Html Css Color HEX #002167 Sapphire

📋 copy color: '#002167'

red 0 ◦ green 33 ◦ blue 103

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

Shades of Sapphire #002167

Tints of Sapphire #002167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 75.74%

R = 0%
G = 24.26%
B = 75.74%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#002167 (or 0x002167) is known color: Sapphire. HEX triplet: 00, 21 and 67. RGB value is (0,33,103). Sum of RGB (Red+Green+Blue) = 0+33+103=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 103 (40.62% from 255 or 75.74% from 136); Max value from RGB is 103 - color contains mainly: blue. Hex color #002167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002167 is #FFDE98. Grayscale: #1E1E1E. Windows color (decimal): -16768665 or 6758656. OLE color: 6758656.

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

Color convert

RGB 0 33 103 -
CMYK 1 0.68 0 0.60
HSL 220.78º 1% 0.2% -
HSV(B) 220.78º 1% 0.4% -
XYZ 2.99 2.07 13.07 -
YUV 31.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 0 33 103 1 0.68 0 0.60 220.78 1 0.2
Hex 0 21 67 64 44 0 3C DD 64 14
Octal 0 41 147 144 104 0 74 335 144 24
Binary 0 100001 1100111 1100100 1000100 0 111100 11011101 1100100 10100

Color Harmonies of #002167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002167

Black with #002167

Text Example


Text Example

White with #002167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002167; }

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

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

background-color css

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

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

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

border-color css

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

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

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