Html Css Color HEX #061450 Sapphire

📋 copy color: '#061450'

red 6 ◦ green 20 ◦ blue 80

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

Shades of Sapphire #061450

Tints of Sapphire #061450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 75.47%

R = 5.66%
G = 18.87%
B = 75.47%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#061450 (or 0x061450) is known color: Sapphire. HEX triplet: 06, 14 and 50. RGB value is (6,20,80). Sum of RGB (Red+Green+Blue) = 6+20+80=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 80 (31.64% from 255 or 75.47% from 106); Max value from RGB is 80 - color contains mainly: blue. Hex color #061450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061450 is #F9EBAF. Grayscale: #161616. Windows color (decimal): -16378800 or 5248006. OLE color: 5248006.

HSL color Cylindrical-coordinate representation of color #061450: hue angle of 228.65º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061450 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 20 80 -
CMYK 0.92 0.75 0 0.69
HSL 228.65º 0.86% 0.17% -
HSV(B) 228.65º 0.93% 0.31% -
XYZ 1.77 1.12 7.71 -
YUV 22.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 6 20 80 0.92 0.75 0 0.69 228.65 0.86 0.17
Hex 6 14 50 5C 4B 0 45 E5 56 11
Octal 6 24 120 134 113 0 105 345 126 21
Binary 110 10100 1010000 1011100 1001011 0 1000101 11100101 1010110 10001

Color Harmonies of #061450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061450

Black with #061450

Text Example


Text Example

White with #061450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061450; }

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

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

background-color css

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

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

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

border-color css

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

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

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