Html Css Color HEX #062755 Sapphire

📋 copy color: '#062755'

red 6 ◦ green 39 ◦ blue 85

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

Shades of Sapphire #062755

Tints of Sapphire #062755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 65.38%

R = 4.62%
G = 30%
B = 65.38%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062755 (or 0x062755) is known color: Sapphire. HEX triplet: 06, 27 and 55. RGB value is (6,39,85). Sum of RGB (Red+Green+Blue) = 6+39+85=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 85 (33.59% from 255 or 65.38% from 130); Max value from RGB is 85 - color contains mainly: blue. Hex color #062755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062755 is #F9D8AA. Grayscale: #222222. Windows color (decimal): -16373931 or 5580550. OLE color: 5580550.

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

Color convert

RGB 6 39 85 -
CMYK 0.93 0.54 0 0.67
HSL 214.94º 0.87% 0.18% -
HSV(B) 214.94º 0.93% 0.33% -
XYZ 2.44 2.15 8.88 -
YUV 34.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 6 39 85 0.93 0.54 0 0.67 214.94 0.87 0.18
Hex 6 27 55 5D 36 0 43 D7 57 12
Octal 6 47 125 135 66 0 103 327 127 22
Binary 110 100111 1010101 1011101 110110 0 1000011 11010111 1010111 10010

Color Harmonies of #062755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062755

Black with #062755

Text Example


Text Example

White with #062755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062755; }

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

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

background-color css

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

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

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

border-color css

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

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

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