Html Css Color HEX #060D54 Sapphire

📋 copy color: '#060D54'

red 6 ◦ green 13 ◦ blue 84

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

Shades of Sapphire #060D54

Tints of Sapphire #060D54

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.62%

 BLUE value IS 84 (33.2% from 255) = 81.55%

R = 5.83%
G = 12.62%
B = 81.55%

CMYK

 C value IS 0.93

 M value IS 0.85

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#060D54 (or 0x060D54) is known color: Sapphire. HEX triplet: 06, 0D and 54. RGB value is (6,13,84). Sum of RGB (Red+Green+Blue) = 6+13+84=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 84 (33.20% from 255 or 81.55% from 103); Max value from RGB is 84 - color contains mainly: blue. Hex color #060D54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D54 is #F9F2AB. Grayscale: #121212. Windows color (decimal): -16380588 or 5508358. OLE color: 5508358.

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

Color convert

RGB 6 13 84 -
CMYK 0.93 0.85 0 0.67
HSL 234.62º 0.87% 0.18% -
HSV(B) 234.62º 0.93% 0.33% -
XYZ 1.82 0.97 8.48 -
YUV 19 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 6 13 84 0.93 0.85 0 0.67 234.62 0.87 0.18
Hex 6 D 54 5D 55 0 43 EB 57 12
Octal 6 15 124 135 125 0 103 353 127 22
Binary 110 1101 1010100 1011101 1010101 0 1000011 11101011 1010111 10010

Color Harmonies of #060D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060D54

Black with #060D54

Text Example


Text Example

White with #060D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060D54; }

 p { color: rgb(6,13,84); }

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

background-color css

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

 a { background-color: rgb(6,13,84); }

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

border-color css

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

 span { border-color: rgb(6,13,84); }

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