Html Css Color HEX #06185E Sapphire

📋 copy color: '#06185E'

red 6 ◦ green 24 ◦ blue 94

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

Shades of Sapphire #06185E

Tints of Sapphire #06185E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.35%

 BLUE value IS 94 (37.11% from 255) = 75.81%

R = 4.84%
G = 19.35%
B = 75.81%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06185E (or 0x06185E) is known color: Sapphire. HEX triplet: 06, 18 and 5E. RGB value is (6,24,94). Sum of RGB (Red+Green+Blue) = 6+24+94=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #06185E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06185E is #F9E7A1. Grayscale: #1A1A1A. Windows color (decimal): -16377762 or 6166534. OLE color: 6166534.

HSL color Cylindrical-coordinate representation of color #06185E: hue angle of 227.73º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06185E is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 24 94 -
CMYK 0.94 0.74 0 0.63
HSL 227.73º 0.88% 0.2% -
HSV(B) 227.73º 0.94% 0.37% -
XYZ 2.42 1.5 10.75 -
YUV 26.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 6 24 94 0.94 0.74 0 0.63 227.73 0.88 0.2
Hex 6 18 5E 5E 4A 0 3F E4 58 14
Octal 6 30 136 136 112 0 77 344 130 24
Binary 110 11000 1011110 1011110 1001010 0 111111 11100100 1011000 10100

Color Harmonies of #06185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06185E

Black with #06185E

Text Example


Text Example

White with #06185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06185E; }

 p { color: rgb(6,24,94); }

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

background-color css

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

 a { background-color: rgb(6,24,94); }

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

border-color css

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

 span { border-color: rgb(6,24,94); }

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