Html Css Color HEX #062753 Sapphire

📋 copy color: '#062753'

red 6 ◦ green 39 ◦ blue 83

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

Shades of Sapphire #062753

Tints of Sapphire #062753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 64.84%

R = 4.69%
G = 30.47%
B = 64.84%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062753 (or 0x062753) is known color: Sapphire. HEX triplet: 06, 27 and 53. RGB value is (6,39,83). Sum of RGB (Red+Green+Blue) = 6+39+83=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #062753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062753 is #F9D8AC. Grayscale: #212121. Windows color (decimal): -16373933 or 5449478. OLE color: 5449478.

HSL color Cylindrical-coordinate representation of color #062753: hue angle of 214.29º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062753 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 39 83 -
CMYK 0.93 0.53 0 0.67
HSL 214.29º 0.87% 0.17% -
HSV(B) 214.29º 0.93% 0.33% -
XYZ 2.36 2.11 8.47 -
YUV 34.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 6 39 83 0.93 0.53 0 0.67 214.29 0.87 0.17
Hex 6 27 53 5D 35 0 43 D6 57 11
Octal 6 47 123 135 65 0 103 326 127 21
Binary 110 100111 1010011 1011101 110101 0 1000011 11010110 1010111 10001

Color Harmonies of #062753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062753

Black with #062753

Text Example


Text Example

White with #062753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062753; }

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

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

background-color css

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

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

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

border-color css

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

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

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