Html Css Color HEX #062149 Sapphire

📋 copy color: '#062149'

red 6 ◦ green 33 ◦ blue 73

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

Shades of Sapphire #062149

Tints of Sapphire #062149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.46%

 BLUE value IS 73 (28.91% from 255) = 65.18%

R = 5.36%
G = 29.46%
B = 65.18%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#062149 (or 0x062149) is known color: Sapphire. HEX triplet: 06, 21 and 49. RGB value is (6,33,73). Sum of RGB (Red+Green+Blue) = 6+33+73=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #062149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062149 is #F9DEB6. Grayscale: #1D1D1D. Windows color (decimal): -16375479 or 4792582. OLE color: 4792582.

HSL color Cylindrical-coordinate representation of color #062149: hue angle of 215.82º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062149 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 33 73 -
CMYK 0.92 0.55 0 0.71
HSL 215.82º 0.85% 0.15% -
HSV(B) 215.82º 0.92% 0.29% -
XYZ 1.82 1.61 6.52 -
YUV 29.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 6 33 73 0.92 0.55 0 0.71 215.82 0.85 0.15
Hex 6 21 49 5C 37 0 47 D8 55 F
Octal 6 41 111 134 67 0 107 330 125 17
Binary 110 100001 1001001 1011100 110111 0 1000111 11011000 1010101 1111

Color Harmonies of #062149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062149

Black with #062149

Text Example


Text Example

White with #062149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062149; }

 p { color: rgb(6,33,73); }

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

background-color css

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

 a { background-color: rgb(6,33,73); }

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

border-color css

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

 span { border-color: rgb(6,33,73); }

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