Html Css Color HEX #061255 Sapphire

📋 copy color: '#061255'

red 6 ◦ green 18 ◦ blue 85

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

Shades of Sapphire #061255

Tints of Sapphire #061255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.51%

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

R = 5.5%
G = 16.51%
B = 77.98%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061255 (or 0x061255) is known color: Sapphire. HEX triplet: 06, 12 and 55. RGB value is (6,18,85). Sum of RGB (Red+Green+Blue) = 6+18+85=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 85 (33.59% from 255 or 77.98% from 109); Max value from RGB is 85 - color contains mainly: blue. Hex color #061255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061255 is #F9EDAA. Grayscale: #151515. Windows color (decimal): -16379307 or 5575174. OLE color: 5575174.

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

Color convert

RGB 6 18 85 -
CMYK 0.93 0.79 0 0.67
HSL 230.89º 0.87% 0.18% -
HSV(B) 230.89º 0.93% 0.33% -
XYZ 1.93 1.13 8.71 -
YUV 22.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 6 18 85 0.93 0.79 0 0.67 230.89 0.87 0.18
Hex 6 12 55 5D 4F 0 43 E7 57 12
Octal 6 22 125 135 117 0 103 347 127 22
Binary 110 10010 1010101 1011101 1001111 0 1000011 11100111 1010111 10010

Color Harmonies of #061255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061255

Black with #061255

Text Example


Text Example

White with #061255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061255; }

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

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

background-color css

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

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

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

border-color css

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

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

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