Html Css Color HEX #002168 Sapphire

📋 copy color: '#002168'

red 0 ◦ green 33 ◦ blue 104

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

Shades of Sapphire #002168

Tints of Sapphire #002168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.09%

 BLUE value IS 104 (41.02% from 255) = 75.91%

R = 0%
G = 24.09%
B = 75.91%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#002168 (or 0x002168) is known color: Sapphire. HEX triplet: 00, 21 and 68. RGB value is (0,33,104). Sum of RGB (Red+Green+Blue) = 0+33+104=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #002168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002168 is #FFDE97. Grayscale: #1E1E1E. Windows color (decimal): -16768664 or 6824192. OLE color: 6824192.

HSL color Cylindrical-coordinate representation of color #002168: hue angle of 220.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002168 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 33 104 -
CMYK 1 0.68 0 0.59
HSL 220.96º 1% 0.2% -
HSV(B) 220.96º 1% 0.41% -
XYZ 3.04 2.09 13.34 -
YUV 31.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 0 33 104 1 0.68 0 0.59 220.96 1 0.2
Hex 0 21 68 64 44 0 3B DD 64 14
Octal 0 41 150 144 104 0 73 335 144 24
Binary 0 100001 1101000 1100100 1000100 0 111011 11011101 1100100 10100

Color Harmonies of #002168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002168

Black with #002168

Text Example


Text Example

White with #002168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002168; }

 p { color: rgb(0,33,104); }

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

background-color css

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

 a { background-color: rgb(0,33,104); }

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

border-color css

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

 span { border-color: rgb(0,33,104); }

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