Html Css Color HEX #061053 Sapphire

📋 copy color: '#061053'

red 6 ◦ green 16 ◦ blue 83

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

Shades of Sapphire #061053

Tints of Sapphire #061053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.24%

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

R = 5.71%
G = 15.24%
B = 79.05%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061053 (or 0x061053) is known color: Sapphire. HEX triplet: 06, 10 and 53. RGB value is (6,16,83). Sum of RGB (Red+Green+Blue) = 6+16+83=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 83 (32.81% from 255 or 79.05% from 105); Max value from RGB is 83 - color contains mainly: blue. Hex color #061053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061053 is #F9EFAC. Grayscale: #141414. Windows color (decimal): -16379821 or 5443590. OLE color: 5443590.

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

Color convert

RGB 6 16 83 -
CMYK 0.93 0.81 0 0.67
HSL 232.21º 0.87% 0.17% -
HSV(B) 232.21º 0.93% 0.33% -
XYZ 1.82 1.03 8.29 -
YUV 20.65 163.19 117.55 -
System Red Green Blue C M Y K H S L
Decimal 6 16 83 0.93 0.81 0 0.67 232.21 0.87 0.17
Hex 6 10 53 5D 51 0 43 E8 57 11
Octal 6 20 123 135 121 0 103 350 127 21
Binary 110 10000 1010011 1011101 1010001 0 1000011 11101000 1010111 10001

Color Harmonies of #061053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061053

Black with #061053

Text Example


Text Example

White with #061053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061053; }

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

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

background-color css

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

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

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

border-color css

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

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

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