Html Css Color HEX #06184D Sapphire

📋 copy color: '#06184D'

red 6 ◦ green 24 ◦ blue 77

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

Shades of Sapphire #06184D

Tints of Sapphire #06184D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 71.96%

R = 5.61%
G = 22.43%
B = 71.96%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06184D (or 0x06184D) is known color: Sapphire. HEX triplet: 06, 18 and 4D. RGB value is (6,24,77). Sum of RGB (Red+Green+Blue) = 6+24+77=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #06184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06184D is #F9E7B2. Grayscale: #181818. Windows color (decimal): -16377779 or 5052422. OLE color: 5052422.

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

Color convert

RGB 6 24 77 -
CMYK 0.92 0.69 0 0.70
HSL 224.79º 0.86% 0.16% -
HSV(B) 224.79º 0.92% 0.3% -
XYZ 1.74 1.23 7.17 -
YUV 24.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 6 24 77 0.92 0.69 0 0.70 224.79 0.86 0.16
Hex 6 18 4D 5C 45 0 46 E1 56 10
Octal 6 30 115 134 105 0 106 341 126 20
Binary 110 11000 1001101 1011100 1000101 0 1000110 11100001 1010110 10000

Color Harmonies of #06184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06184D

Black with #06184D

Text Example


Text Example

White with #06184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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