Html Css Color HEX #02236D Sapphire

📋 copy color: '#02236D'

red 2 ◦ green 35 ◦ blue 109

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

Shades of Sapphire #02236D

Tints of Sapphire #02236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 74.66%

R = 1.37%
G = 23.97%
B = 74.66%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02236D (or 0x02236D) is known color: Sapphire. HEX triplet: 02, 23 and 6D. RGB value is (2,35,109). Sum of RGB (Red+Green+Blue) = 2+35+109=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #02236D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02236D is #FDDC92. Grayscale: #212121. Windows color (decimal): -16637075 or 7152386. OLE color: 7152386.

HSL color Cylindrical-coordinate representation of color #02236D: hue angle of 221.5º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02236D is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 35 109 -
CMYK 0.98 0.68 0 0.57
HSL 221.5º 0.96% 0.22% -
HSV(B) 221.5º 0.98% 0.43% -
XYZ 3.39 2.32 14.74 -
YUV 33.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 2 35 109 0.98 0.68 0 0.57 221.5 0.96 0.22
Hex 2 23 6D 62 44 0 39 DD 60 16
Octal 2 43 155 142 104 0 71 335 140 26
Binary 10 100011 1101101 1100010 1000100 0 111001 11011101 1100000 10110

Color Harmonies of #02236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02236D

Black with #02236D

Text Example


Text Example

White with #02236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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