Html Css Color HEX #062552 Sapphire

📋 copy color: '#062552'

red 6 ◦ green 37 ◦ blue 82

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

Shades of Sapphire #062552

Tints of Sapphire #062552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.6%

 BLUE value IS 82 (32.42% from 255) = 65.6%

R = 4.8%
G = 29.6%
B = 65.6%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#062552 (or 0x062552) is known color: Sapphire. HEX triplet: 06, 25 and 52. RGB value is (6,37,82). Sum of RGB (Red+Green+Blue) = 6+37+82=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 82 (32.42% from 255 or 65.6% from 125); Max value from RGB is 82 - color contains mainly: blue. Hex color #062552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062552 is #F9DAAD. Grayscale: #202020. Windows color (decimal): -16374446 or 5383430. OLE color: 5383430.

HSL color Cylindrical-coordinate representation of color #062552: hue angle of 215.53º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062552 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 37 82 -
CMYK 0.93 0.55 0 0.68
HSL 215.53º 0.86% 0.17% -
HSV(B) 215.53º 0.93% 0.32% -
XYZ 2.26 1.97 8.24 -
YUV 32.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 6 37 82 0.93 0.55 0 0.68 215.53 0.86 0.17
Hex 6 25 52 5D 37 0 44 D8 56 11
Octal 6 45 122 135 67 0 104 330 126 21
Binary 110 100101 1010010 1011101 110111 0 1000100 11011000 1010110 10001

Color Harmonies of #062552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062552

Black with #062552

Text Example


Text Example

White with #062552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062552; }

 p { color: rgb(6,37,82); }

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

background-color css

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

 a { background-color: rgb(6,37,82); }

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

border-color css

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

 span { border-color: rgb(6,37,82); }

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