Html Css Color HEX #062752 Sapphire

📋 copy color: '#062752'

red 6 ◦ green 39 ◦ blue 82

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

Shades of Sapphire #062752

Tints of Sapphire #062752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.71%

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

R = 4.72%
G = 30.71%
B = 64.57%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#062752 (or 0x062752) is known color: Sapphire. HEX triplet: 06, 27 and 52. RGB value is (6,39,82). Sum of RGB (Red+Green+Blue) = 6+39+82=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #062752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062752 is #F9D8AD. Grayscale: #212121. Windows color (decimal): -16373934 or 5383942. OLE color: 5383942.

HSL color Cylindrical-coordinate representation of color #062752: hue angle of 213.95º 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 #062752 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 39 82 -
CMYK 0.93 0.52 0 0.68
HSL 213.95º 0.86% 0.17% -
HSV(B) 213.95º 0.93% 0.32% -
XYZ 2.32 2.1 8.27 -
YUV 34.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 6 39 82 0.93 0.52 0 0.68 213.95 0.86 0.17
Hex 6 27 52 5D 34 0 44 D6 56 11
Octal 6 47 122 135 64 0 104 326 126 21
Binary 110 100111 1010010 1011101 110100 0 1000100 11010110 1010110 10001

Color Harmonies of #062752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062752

Black with #062752

Text Example


Text Example

White with #062752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062752; }

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

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

background-color css

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

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

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

border-color css

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

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

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