Html Css Color HEX #06184A Sapphire

📋 copy color: '#06184A'

red 6 ◦ green 24 ◦ blue 74

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

Shades of Sapphire #06184A

Tints of Sapphire #06184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 71.15%

R = 5.77%
G = 23.08%
B = 71.15%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06184A (or 0x06184A) is known color: Sapphire. HEX triplet: 06, 18 and 4A. RGB value is (6,24,74). Sum of RGB (Red+Green+Blue) = 6+24+74=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 74 (29.30% from 255 or 71.15% from 104); Max value from RGB is 74 - color contains mainly: blue. Hex color #06184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06184A is #F9E7B5. Grayscale: #181818. Windows color (decimal): -16377782 or 4855814. OLE color: 4855814.

HSL color Cylindrical-coordinate representation of color #06184A: hue angle of 224.12º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06184A is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 24 74 -
CMYK 0.92 0.68 0 0.71
HSL 224.12º 0.85% 0.16% -
HSV(B) 224.12º 0.92% 0.29% -
XYZ 1.64 1.19 6.62 -
YUV 24.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 6 24 74 0.92 0.68 0 0.71 224.12 0.85 0.16
Hex 6 18 4A 5C 44 0 47 E0 55 10
Octal 6 30 112 134 104 0 107 340 125 20
Binary 110 11000 1001010 1011100 1000100 0 1000111 11100000 1010101 10000

Color Harmonies of #06184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06184A

Black with #06184A

Text Example


Text Example

White with #06184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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