Html Css Color HEX #061A70 Sapphire

📋 copy color: '#061A70'

red 6 ◦ green 26 ◦ blue 112

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

Shades of Sapphire #061A70

Tints of Sapphire #061A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.06%

 BLUE value IS 112 (44.14% from 255) = 77.78%

R = 4.17%
G = 18.06%
B = 77.78%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#061A70 (or 0x061A70) is known color: Sapphire. HEX triplet: 06, 1A and 70. RGB value is (6,26,112). Sum of RGB (Red+Green+Blue) = 6+26+112=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 112 (44.14% from 255 or 77.78% from 144); Max value from RGB is 112 - color contains mainly: blue. Hex color #061A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A70 is #F9E58F. Grayscale: #1D1D1D. Windows color (decimal): -16377232 or 7346694. OLE color: 7346694.

HSL color Cylindrical-coordinate representation of color #061A70: hue angle of 228.68º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061A70 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 26 112 -
CMYK 0.95 0.77 0 0.56
HSL 228.68º 0.9% 0.23% -
HSV(B) 228.68º 0.95% 0.44% -
XYZ 3.37 1.95 15.53 -
YUV 29.82 174.37 111.01 -
System Red Green Blue C M Y K H S L
Decimal 6 26 112 0.95 0.77 0 0.56 228.68 0.9 0.23
Hex 6 1A 70 5F 4D 0 38 E5 5A 17
Octal 6 32 160 137 115 0 70 345 132 27
Binary 110 11010 1110000 1011111 1001101 0 111000 11100101 1011010 10111

Color Harmonies of #061A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061A70

Black with #061A70

Text Example


Text Example

White with #061A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061A70; }

 p { color: rgb(6,26,112); }

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

background-color css

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

 a { background-color: rgb(6,26,112); }

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

border-color css

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

 span { border-color: rgb(6,26,112); }

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