Html Css Color HEX #061253 Sapphire

📋 copy color: '#061253'

red 6 ◦ green 18 ◦ blue 83

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

Shades of Sapphire #061253

Tints of Sapphire #061253

RGB

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

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

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

R = 5.61%
G = 16.82%
B = 77.57%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061253 (or 0x061253) is known color: Sapphire. HEX triplet: 06, 12 and 53. RGB value is (6,18,83). Sum of RGB (Red+Green+Blue) = 6+18+83=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #061253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061253 is #F9EDAC. Grayscale: #151515. Windows color (decimal): -16379309 or 5444102. OLE color: 5444102.

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

Color convert

RGB 6 18 83 -
CMYK 0.93 0.78 0 0.67
HSL 230.65º 0.87% 0.17% -
HSV(B) 230.65º 0.93% 0.33% -
XYZ 1.85 1.1 8.3 -
YUV 21.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 6 18 83 0.93 0.78 0 0.67 230.65 0.87 0.17
Hex 6 12 53 5D 4E 0 43 E7 57 11
Octal 6 22 123 135 116 0 103 347 127 21
Binary 110 10010 1010011 1011101 1001110 0 1000011 11100111 1010111 10001

Color Harmonies of #061253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061253

Black with #061253

Text Example


Text Example

White with #061253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061253; }

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

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

background-color css

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

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

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

border-color css

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

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

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