Html Css Color HEX #062D68 Sapphire

📋 copy color: '#062D68'

red 6 ◦ green 45 ◦ blue 104

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

Shades of Sapphire #062D68

Tints of Sapphire #062D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 67.1%

R = 3.87%
G = 29.03%
B = 67.1%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#062D68 (or 0x062D68) is known color: Sapphire. HEX triplet: 06, 2D and 68. RGB value is (6,45,104). Sum of RGB (Red+Green+Blue) = 6+45+104=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #062D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D68 is #F9D297. Grayscale: #272727. Windows color (decimal): -16372376 or 6827270. OLE color: 6827270.

HSL color Cylindrical-coordinate representation of color #062D68: hue angle of 216.12º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062D68 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 45 104 -
CMYK 0.94 0.57 0 0.59
HSL 216.12º 0.89% 0.22% -
HSV(B) 216.12º 0.94% 0.41% -
XYZ 3.51 2.91 13.47 -
YUV 40.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 6 45 104 0.94 0.57 0 0.59 216.12 0.89 0.22
Hex 6 2D 68 5E 39 0 3B D8 59 16
Octal 6 55 150 136 71 0 73 330 131 26
Binary 110 101101 1101000 1011110 111001 0 111011 11011000 1011001 10110

Color Harmonies of #062D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D68

Black with #062D68

Text Example


Text Example

White with #062D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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