Html Css Color HEX #062553 Sapphire

📋 copy color: '#062553'

red 6 ◦ green 37 ◦ blue 83

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

Shades of Sapphire #062553

Tints of Sapphire #062553

RGB

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

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

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

R = 4.76%
G = 29.37%
B = 65.87%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062553 (or 0x062553) is known color: Sapphire. HEX triplet: 06, 25 and 53. RGB value is (6,37,83). Sum of RGB (Red+Green+Blue) = 6+37+83=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #062553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062553 is #F9DAAC. Grayscale: #202020. Windows color (decimal): -16374445 or 5448966. OLE color: 5448966.

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

Color convert

RGB 6 37 83 -
CMYK 0.93 0.55 0 0.67
HSL 215.84º 0.87% 0.17% -
HSV(B) 215.84º 0.93% 0.33% -
XYZ 2.3 1.99 8.45 -
YUV 32.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 6 37 83 0.93 0.55 0 0.67 215.84 0.87 0.17
Hex 6 25 53 5D 37 0 43 D8 57 11
Octal 6 45 123 135 67 0 103 330 127 21
Binary 110 100101 1010011 1011101 110111 0 1000011 11011000 1010111 10001

Color Harmonies of #062553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062553

Black with #062553

Text Example


Text Example

White with #062553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062553; }

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

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

background-color css

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

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

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

border-color css

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

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

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