Html Css Color HEX #002D77 Sapphire

📋 copy color: '#002D77'

red 0 ◦ green 45 ◦ blue 119

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

Shades of Sapphire #002D77

Tints of Sapphire #002D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.44%

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

R = 0%
G = 27.44%
B = 72.56%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#002D77 (or 0x002D77) is known color: Sapphire. HEX triplet: 00, 2D and 77. RGB value is (0,45,119). Sum of RGB (Red+Green+Blue) = 0+45+119=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #002D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D77 is #FFD288. Grayscale: #272727. Windows color (decimal): -16765577 or 7810304. OLE color: 7810304.

HSL color Cylindrical-coordinate representation of color #002D77: hue angle of 217.31º 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 #002D77 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 45 119 -
CMYK 1 0.62 0 0.53
HSL 217.31º 1% 0.23% -
HSV(B) 217.31º 1% 0.47% -
XYZ 4.27 3.21 17.85 -
YUV 39.98 172.59 99.48 -
System Red Green Blue C M Y K H S L
Decimal 0 45 119 1 0.62 0 0.53 217.31 1 0.23
Hex 0 2D 77 64 3E 0 35 D9 64 17
Octal 0 55 167 144 76 0 65 331 144 27
Binary 0 101101 1110111 1100100 111110 0 110101 11011001 1100100 10111

Color Harmonies of #002D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D77

Black with #002D77

Text Example


Text Example

White with #002D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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