Html Css Color HEX #002277 Sapphire

📋 copy color: '#002277'

red 0 ◦ green 34 ◦ blue 119

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

Shades of Sapphire #002277

Tints of Sapphire #002277

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 34 (13.67% from 255) = 22.22%

 BLUE value IS 119 (46.88% from 255) = 77.78%

R = 0%
G = 22.22%
B = 77.78%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#002277 (or 0x002277) is known color: Sapphire. HEX triplet: 00, 22 and 77. RGB value is (0,34,119). Sum of RGB (Red+Green+Blue) = 0+34+119=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 119 (46.88% from 255 or 77.78% from 153); Max value from RGB is 119 - color contains mainly: blue. Hex color #002277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002277 is #FFDD88. Grayscale: #212121. Windows color (decimal): -16768393 or 7807488. OLE color: 7807488.

HSL color Cylindrical-coordinate representation of color #002277: hue angle of 222.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002277 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 34 119 -
CMYK 1 0.71 0 0.53
HSL 222.86º 1% 0.23% -
HSV(B) 222.86º 1% 0.47% -
XYZ 3.9 2.48 17.73 -
YUV 33.52 176.24 104.09 -
System Red Green Blue C M Y K H S L
Decimal 0 34 119 1 0.71 0 0.53 222.86 1 0.23
Hex 0 22 77 64 47 0 35 DF 64 17
Octal 0 42 167 144 107 0 65 337 144 27
Binary 0 100010 1110111 1100100 1000111 0 110101 11011111 1100100 10111

Color Harmonies of #002277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002277

Black with #002277

Text Example


Text Example

White with #002277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002277; }

 p { color: rgb(0,34,119); }

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

background-color css

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

 a { background-color: rgb(0,34,119); }

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

border-color css

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

 span { border-color: rgb(0,34,119); }

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