Html Css Color HEX #02276C Sapphire

📋 copy color: '#02276C'

red 2 ◦ green 39 ◦ blue 108

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

Shades of Sapphire #02276C

Tints of Sapphire #02276C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 72.48%

R = 1.34%
G = 26.17%
B = 72.48%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02276C (or 0x02276C) is known color: Sapphire. HEX triplet: 02, 27 and 6C. RGB value is (2,39,108). Sum of RGB (Red+Green+Blue) = 2+39+108=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #02276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02276C is #FDD893. Grayscale: #232323. Windows color (decimal): -16636052 or 7087874. OLE color: 7087874.

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

Color convert

RGB 2 39 108 -
CMYK 0.98 0.64 0 0.58
HSL 219.06º 0.96% 0.22% -
HSV(B) 219.06º 0.98% 0.42% -
XYZ 3.46 2.55 14.5 -
YUV 35.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 2 39 108 0.98 0.64 0 0.58 219.06 0.96 0.22
Hex 2 27 6C 62 40 0 3A DB 60 16
Octal 2 47 154 142 100 0 72 333 140 26
Binary 10 100111 1101100 1100010 1000000 0 111010 11011011 1100000 10110

Color Harmonies of #02276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02276C

Black with #02276C

Text Example


Text Example

White with #02276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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