Html Css Color HEX #06184F Sapphire

📋 copy color: '#06184F'

red 6 ◦ green 24 ◦ blue 79

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

Shades of Sapphire #06184F

Tints of Sapphire #06184F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 72.48%

R = 5.5%
G = 22.02%
B = 72.48%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#06184F (or 0x06184F) is known color: Sapphire. HEX triplet: 06, 18 and 4F. RGB value is (6,24,79). Sum of RGB (Red+Green+Blue) = 6+24+79=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 79 (31.25% from 255 or 72.48% from 109); Max value from RGB is 79 - color contains mainly: blue. Hex color #06184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06184F is #F9E7B0. Grayscale: #181818. Windows color (decimal): -16377777 or 5183494. OLE color: 5183494.

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

Color convert

RGB 6 24 79 -
CMYK 0.92 0.70 0 0.69
HSL 225.21º 0.86% 0.17% -
HSV(B) 225.21º 0.92% 0.31% -
XYZ 1.81 1.26 7.54 -
YUV 24.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 6 24 79 0.92 0.70 0 0.69 225.21 0.86 0.17
Hex 6 18 4F 5C 46 0 45 E1 56 11
Octal 6 30 117 134 106 0 105 341 126 21
Binary 110 11000 1001111 1011100 1000110 0 1000101 11100001 1010110 10001

Color Harmonies of #06184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06184F

Black with #06184F

Text Example


Text Example

White with #06184F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06184F; }

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

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

background-color css

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

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

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

border-color css

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

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

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