Html Css Color HEX #062D70 Sapphire

📋 copy color: '#062D70'

red 6 ◦ green 45 ◦ blue 112

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

Shades of Sapphire #062D70

Tints of Sapphire #062D70

RGB

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

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

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

R = 3.68%
G = 27.61%
B = 68.71%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#062D70 (or 0x062D70) is known color: Sapphire. HEX triplet: 06, 2D and 70. RGB value is (6,45,112). Sum of RGB (Red+Green+Blue) = 6+45+112=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #062D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D70 is #F9D28F. Grayscale: #282828. Windows color (decimal): -16372368 or 7351558. OLE color: 7351558.

HSL color Cylindrical-coordinate representation of color #062D70: hue angle of 217.92º 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 #062D70 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 45 112 -
CMYK 0.95 0.60 0 0.56
HSL 217.92º 0.9% 0.23% -
HSV(B) 217.92º 0.95% 0.44% -
XYZ 3.94 3.09 15.72 -
YUV 40.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 6 45 112 0.95 0.60 0 0.56 217.92 0.9 0.23
Hex 6 2D 70 5F 3C 0 38 DA 5A 17
Octal 6 55 160 137 74 0 70 332 132 27
Binary 110 101101 1110000 1011111 111100 0 111000 11011010 1011010 10111

Color Harmonies of #062D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D70

Black with #062D70

Text Example


Text Example

White with #062D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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