Html Css Color HEX #02276F Sapphire

📋 copy color: '#02276F'

red 2 ◦ green 39 ◦ blue 111

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

Shades of Sapphire #02276F

Tints of Sapphire #02276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.66%

 BLUE value IS 111 (43.75% from 255) = 73.03%

R = 1.32%
G = 25.66%
B = 73.03%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#02276F (or 0x02276F) is known color: Sapphire. HEX triplet: 02, 27 and 6F. RGB value is (2,39,111). Sum of RGB (Red+Green+Blue) = 2+39+111=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 111 (43.75% from 255 or 73.03% from 152); Max value from RGB is 111 - color contains mainly: blue. Hex color #02276F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02276F is #FDD890. Grayscale: #232323. Windows color (decimal): -16636049 or 7284482. OLE color: 7284482.

HSL color Cylindrical-coordinate representation of color #02276F: hue angle of 219.63º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02276F is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 39 111 -
CMYK 0.98 0.65 0 0.56
HSL 219.63º 0.96% 0.22% -
HSV(B) 219.63º 0.98% 0.44% -
XYZ 3.62 2.61 15.35 -
YUV 36.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 2 39 111 0.98 0.65 0 0.56 219.63 0.96 0.22
Hex 2 27 6F 62 41 0 38 DC 60 16
Octal 2 47 157 142 101 0 70 334 140 26
Binary 10 100111 1101111 1100010 1000001 0 111000 11011100 1100000 10110

Color Harmonies of #02276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02276F

Black with #02276F

Text Example


Text Example

White with #02276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02276F; }

 p { color: rgb(2,39,111); }

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

background-color css

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

 a { background-color: rgb(2,39,111); }

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

border-color css

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

 span { border-color: rgb(2,39,111); }

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