Html Css Color HEX #002970 Sapphire

📋 copy color: '#002970'

red 0 ◦ green 41 ◦ blue 112

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

Shades of Sapphire #002970

Tints of Sapphire #002970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.8%

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

R = 0%
G = 26.8%
B = 73.2%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#002970 (or 0x002970) is known color: Sapphire. HEX triplet: 00, 29 and 70. RGB value is (0,41,112). Sum of RGB (Red+Green+Blue) = 0+41+112=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #002970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002970 is #FFD68F. Grayscale: #242424. Windows color (decimal): -16766608 or 7350528. OLE color: 7350528.

HSL color Cylindrical-coordinate representation of color #002970: hue angle of 218.04º 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 #002970 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 41 112 -
CMYK 1 0.63 0 0.56
HSL 218.04º 1% 0.22% -
HSV(B) 218.04º 1% 0.44% -
XYZ 3.72 2.76 15.67 -
YUV 36.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 0 41 112 1 0.63 0 0.56 218.04 1 0.22
Hex 0 29 70 64 3F 0 38 DA 64 16
Octal 0 51 160 144 77 0 70 332 144 26
Binary 0 101001 1110000 1100100 111111 0 111000 11011010 1100100 10110

Color Harmonies of #002970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002970

Black with #002970

Text Example


Text Example

White with #002970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002970; }

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

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

background-color css

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

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

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

border-color css

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

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

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