Html Css Color HEX #02236A Sapphire

📋 copy color: '#02236A'

red 2 ◦ green 35 ◦ blue 106

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

Shades of Sapphire #02236A

Tints of Sapphire #02236A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 74.13%

R = 1.4%
G = 24.48%
B = 74.13%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02236A (or 0x02236A) is known color: Sapphire. HEX triplet: 02, 23 and 6A. RGB value is (2,35,106). Sum of RGB (Red+Green+Blue) = 2+35+106=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 106 (41.80% from 255 or 74.13% from 143); Max value from RGB is 106 - color contains mainly: blue. Hex color #02236A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02236A is #FDDC95. Grayscale: #202020. Windows color (decimal): -16637078 or 6955778. OLE color: 6955778.

HSL color Cylindrical-coordinate representation of color #02236A: hue angle of 220.96º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02236A is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 35 106 -
CMYK 0.98 0.67 0 0.58
HSL 220.96º 0.96% 0.21% -
HSV(B) 220.96º 0.98% 0.42% -
XYZ 3.23 2.26 13.9 -
YUV 33.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 2 35 106 0.98 0.67 0 0.58 220.96 0.96 0.21
Hex 2 23 6A 62 43 0 3A DD 60 15
Octal 2 43 152 142 103 0 72 335 140 25
Binary 10 100011 1101010 1100010 1000011 0 111010 11011101 1100000 10101

Color Harmonies of #02236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02236A

Black with #02236A

Text Example


Text Example

White with #02236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02236A; }

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

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

background-color css

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

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

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

border-color css

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

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

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