Html Css Color HEX #061953 Sapphire

📋 copy color: '#061953'

red 6 ◦ green 25 ◦ blue 83

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

Shades of Sapphire #061953

Tints of Sapphire #061953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.93%

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

R = 5.26%
G = 21.93%
B = 72.81%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061953 (or 0x061953) is known color: Sapphire. HEX triplet: 06, 19 and 53. RGB value is (6,25,83). Sum of RGB (Red+Green+Blue) = 6+25+83=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 83 (32.81% from 255 or 72.81% from 114); Max value from RGB is 83 - color contains mainly: blue. Hex color #061953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061953 is #F9E6AC. Grayscale: #191919. Windows color (decimal): -16377517 or 5445894. OLE color: 5445894.

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

Color convert

RGB 6 25 83 -
CMYK 0.93 0.70 0 0.67
HSL 225.19º 0.87% 0.17% -
HSV(B) 225.19º 0.93% 0.33% -
XYZ 1.98 1.36 8.34 -
YUV 25.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 6 25 83 0.93 0.70 0 0.67 225.19 0.87 0.17
Hex 6 19 53 5D 46 0 43 E1 57 11
Octal 6 31 123 135 106 0 103 341 127 21
Binary 110 11001 1010011 1011101 1000110 0 1000011 11100001 1010111 10001

Color Harmonies of #061953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061953

Black with #061953

Text Example


Text Example

White with #061953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061953; }

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

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

background-color css

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

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

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

border-color css

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

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

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