Html Css Color HEX #022367 Sapphire

📋 copy color: '#022367'

red 2 ◦ green 35 ◦ blue 103

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

Shades of Sapphire #022367

Tints of Sapphire #022367

RGB

 RED value IS 2 (1.17% from 255) = 1.43%

 GREEN value IS 35 (14.06% from 255) = 25%

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

R = 1.43%
G = 25%
B = 73.57%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#022367 (or 0x022367) is known color: Sapphire. HEX triplet: 02, 23 and 67. RGB value is (2,35,103). Sum of RGB (Red+Green+Blue) = 2+35+103=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 103 (40.62% from 255 or 73.57% from 140); Max value from RGB is 103 - color contains mainly: blue. Hex color #022367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022367 is #FDDC98. Grayscale: #202020. Windows color (decimal): -16637081 or 6759170. OLE color: 6759170.

HSL color Cylindrical-coordinate representation of color #022367: hue angle of 220.4º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022367 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 35 103 -
CMYK 0.98 0.66 0 0.60
HSL 220.4º 0.96% 0.21% -
HSV(B) 220.4º 0.98% 0.4% -
XYZ 3.07 2.19 13.09 -
YUV 32.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 2 35 103 0.98 0.66 0 0.60 220.4 0.96 0.21
Hex 2 23 67 62 42 0 3C DC 60 15
Octal 2 43 147 142 102 0 74 334 140 25
Binary 10 100011 1100111 1100010 1000010 0 111100 11011100 1100000 10101

Color Harmonies of #022367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022367

Black with #022367

Text Example


Text Example

White with #022367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022367; }

 p { color: rgb(2,35,103); }

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

background-color css

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

 a { background-color: rgb(2,35,103); }

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

border-color css

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

 span { border-color: rgb(2,35,103); }

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