Html Css Color HEX #002693 Smalt

📋 copy color: '#002693'

red 0 ◦ green 38 ◦ blue 147

#002693
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #002693

Tints of Smalt #002693

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 38 (15.23% from 255) = 20.54%

 BLUE value IS 147 (57.81% from 255) = 79.46%

R = 0%
G = 20.54%
B = 79.46%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#002693 (or 0x002693) is known color: Smalt. HEX triplet: 00, 26 and 93. RGB value is (0,38,147). Sum of RGB (Red+Green+Blue) = 0+38+147=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 147 (57.81% from 255 or 79.46% from 185); Max value from RGB is 147 - color contains mainly: blue. Hex color #002693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002693 is #FFD96C. Grayscale: #262626. Windows color (decimal): -16767341 or 9643520. OLE color: 9643520.

HSL color Cylindrical-coordinate representation of color #002693: hue angle of 224.49º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002693 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 38 147 -
CMYK 1 0.74 0 0.42
HSL 224.49º 1% 0.29% -
HSV(B) 224.49º 1% 0.58% -
XYZ 5.96 3.49 27.96 -
YUV 39.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 0 38 147 1 0.74 0 0.42 224.49 1 0.29
Hex 0 26 93 64 4A 0 2A E0 64 1D
Octal 0 46 223 144 112 0 52 340 144 35
Binary 0 100110 10010011 1100100 1001010 0 101010 11100000 1100100 11101

Color Harmonies of #002693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002693

Black with #002693

Text Example


Text Example

White with #002693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002693; }

 p { color: rgb(0,38,147); }

 H1.HeaderClassName
 {
   color: #002693;
 }
 .AnyTagClassName
 {
   color: #002693;
 }
</style>

background-color css

<style>
 a { background-color: #002693; }

 a { background-color: rgb(0,38,147); }

 div.DivClassName
 {
   background-color: #002693;
 }
 .BgClassName
 {
   background-color: #002693;
 }
</style>

border-color css

<style>
 span { border-color: #002693; }

 span { border-color: rgb(0,38,147); }

 td.TdClassName
 {
   border-color: #002693;
 }
 .TagClassName
 {
   border-color: #002693;
 }
</style>