Html Css Color HEX #062A69 Sapphire

📋 copy color: '#062A69'

red 6 ◦ green 42 ◦ blue 105

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

Shades of Sapphire #062A69

Tints of Sapphire #062A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 68.63%

R = 3.92%
G = 27.45%
B = 68.63%

CMYK

 C value IS 0.94

 M value IS 0.6

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#062A69 (or 0x062A69) is known color: Sapphire. HEX triplet: 06, 2A and 69. RGB value is (6,42,105). Sum of RGB (Red+Green+Blue) = 6+42+105=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 105 (41.41% from 255 or 68.63% from 153); Max value from RGB is 105 - color contains mainly: blue. Hex color #062A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A69 is #F9D596. Grayscale: #262626. Windows color (decimal): -16373143 or 6892038. OLE color: 6892038.

HSL color Cylindrical-coordinate representation of color #062A69: hue angle of 218.18º 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 #062A69 is Cyan = 0.94, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 42 105 -
CMYK 0.94 0.6 0 0.59
HSL 218.18º 0.89% 0.22% -
HSV(B) 218.18º 0.94% 0.41% -
XYZ 3.45 2.71 13.71 -
YUV 38.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 6 42 105 0.94 0.6 0 0.59 218.18 0.89 0.22
Hex 6 2A 69 5E 3C 0 3B DA 59 16
Octal 6 52 151 136 74 0 73 332 131 26
Binary 110 101010 1101001 1011110 111100 0 111011 11011010 1011001 10110

Color Harmonies of #062A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A69

Black with #062A69

Text Example


Text Example

White with #062A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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