Html Css Color HEX #062B6D Sapphire

📋 copy color: '#062B6D'

red 6 ◦ green 43 ◦ blue 109

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

Shades of Sapphire #062B6D

Tints of Sapphire #062B6D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.22%

 BLUE value IS 109 (42.97% from 255) = 68.99%

R = 3.8%
G = 27.22%
B = 68.99%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#062B6D (or 0x062B6D) is known color: Sapphire. HEX triplet: 06, 2B and 6D. RGB value is (6,43,109). Sum of RGB (Red+Green+Blue) = 6+43+109=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #062B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B6D is #F9D492. Grayscale: #272727. Windows color (decimal): -16372883 or 7154438. OLE color: 7154438.

HSL color Cylindrical-coordinate representation of color #062B6D: hue angle of 218.45º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062B6D is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 43 109 -
CMYK 0.94 0.61 0 0.57
HSL 218.45º 0.9% 0.23% -
HSV(B) 218.45º 0.94% 0.43% -
XYZ 3.7 2.87 14.83 -
YUV 39.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 6 43 109 0.94 0.61 0 0.57 218.45 0.9 0.23
Hex 6 2B 6D 5E 3D 0 39 DA 5A 17
Octal 6 53 155 136 75 0 71 332 132 27
Binary 110 101011 1101101 1011110 111101 0 111001 11011010 1011010 10111

Color Harmonies of #062B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B6D

Black with #062B6D

Text Example


Text Example

White with #062B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,43,109); }

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

background-color css

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

 a { background-color: rgb(6,43,109); }

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

border-color css

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

 span { border-color: rgb(6,43,109); }

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