Html Css Color HEX #061458 Sapphire

📋 copy color: '#061458'

red 6 ◦ green 20 ◦ blue 88

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

Shades of Sapphire #061458

Tints of Sapphire #061458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.54%

 BLUE value IS 88 (34.77% from 255) = 77.19%

R = 5.26%
G = 17.54%
B = 77.19%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#061458 (or 0x061458) is known color: Sapphire. HEX triplet: 06, 14 and 58. RGB value is (6,20,88). Sum of RGB (Red+Green+Blue) = 6+20+88=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 88 (34.77% from 255 or 77.19% from 114); Max value from RGB is 88 - color contains mainly: blue. Hex color #061458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061458 is #F9EBA7. Grayscale: #171717. Windows color (decimal): -16378792 or 5772294. OLE color: 5772294.

HSL color Cylindrical-coordinate representation of color #061458: hue angle of 229.76º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061458 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 20 88 -
CMYK 0.93 0.77 0 0.65
HSL 229.76º 0.87% 0.18% -
HSV(B) 229.76º 0.93% 0.35% -
XYZ 2.09 1.24 9.36 -
YUV 23.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 6 20 88 0.93 0.77 0 0.65 229.76 0.87 0.18
Hex 6 14 58 5D 4D 0 41 E6 57 12
Octal 6 24 130 135 115 0 101 346 127 22
Binary 110 10100 1011000 1011101 1001101 0 1000001 11100110 1010111 10010

Color Harmonies of #061458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061458

Black with #061458

Text Example


Text Example

White with #061458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061458; }

 p { color: rgb(6,20,88); }

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

background-color css

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

 a { background-color: rgb(6,20,88); }

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

border-color css

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

 span { border-color: rgb(6,20,88); }

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