Html Css Color HEX #002770 Sapphire

📋 copy color: '#002770'

red 0 ◦ green 39 ◦ blue 112

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

Shades of Sapphire #002770

Tints of Sapphire #002770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 74.17%

R = 0%
G = 25.83%
B = 74.17%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#002770 (or 0x002770) is known color: Sapphire. HEX triplet: 00, 27 and 70. RGB value is (0,39,112). Sum of RGB (Red+Green+Blue) = 0+39+112=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #002770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002770 is #FFD88F. Grayscale: #232323. Windows color (decimal): -16767120 or 7350016. OLE color: 7350016.

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

Color convert

RGB 0 39 112 -
CMYK 1 0.65 0 0.56
HSL 219.11º 1% 0.22% -
HSV(B) 219.11º 1% 0.44% -
XYZ 3.65 2.62 15.64 -
YUV 35.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 0 39 112 1 0.65 0 0.56 219.11 1 0.22
Hex 0 27 70 64 41 0 38 DB 64 16
Octal 0 47 160 144 101 0 70 333 144 26
Binary 0 100111 1110000 1100100 1000001 0 111000 11011011 1100100 10110

Color Harmonies of #002770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002770

Black with #002770

Text Example


Text Example

White with #002770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002770; }

 p { color: rgb(0,39,112); }

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

background-color css

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

 a { background-color: rgb(0,39,112); }

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

border-color css

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

 span { border-color: rgb(0,39,112); }

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