Html Css Color HEX #062A70 Sapphire

📋 copy color: '#062A70'

red 6 ◦ green 42 ◦ blue 112

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

Shades of Sapphire #062A70

Tints of Sapphire #062A70

RGB

 RED value IS 6 (2.73% from 255) = 3.75%

 GREEN value IS 42 (16.8% from 255) = 26.25%

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

R = 3.75%
G = 26.25%
B = 70%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#062A70 (or 0x062A70) is known color: Sapphire. HEX triplet: 06, 2A and 70. RGB value is (6,42,112). Sum of RGB (Red+Green+Blue) = 6+42+112=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #062A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A70 is #F9D58F. Grayscale: #262626. Windows color (decimal): -16373136 or 7350790. OLE color: 7350790.

HSL color Cylindrical-coordinate representation of color #062A70: hue angle of 219.62º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062A70 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 42 112 -
CMYK 0.95 0.62 0 0.56
HSL 219.62º 0.9% 0.23% -
HSV(B) 219.62º 0.95% 0.44% -
XYZ 3.83 2.86 15.68 -
YUV 39.22 169.07 104.31 -
System Red Green Blue C M Y K H S L
Decimal 6 42 112 0.95 0.62 0 0.56 219.62 0.9 0.23
Hex 6 2A 70 5F 3E 0 38 DC 5A 17
Octal 6 52 160 137 76 0 70 334 132 27
Binary 110 101010 1110000 1011111 111110 0 111000 11011100 1011010 10111

Color Harmonies of #062A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A70

Black with #062A70

Text Example


Text Example

White with #062A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062A70; }

 p { color: rgb(6,42,112); }

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

background-color css

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

 a { background-color: rgb(6,42,112); }

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

border-color css

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

 span { border-color: rgb(6,42,112); }

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