Html Css Color HEX #08184A Sapphire

📋 copy color: '#08184A'

red 8 ◦ green 24 ◦ blue 74

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

Shades of Sapphire #08184A

Tints of Sapphire #08184A

RGB

 RED value IS 8 (3.52% from 255) = 7.55%

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

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

R = 7.55%
G = 22.64%
B = 69.81%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#08184A (or 0x08184A) is known color: Sapphire. HEX triplet: 08, 18 and 4A. RGB value is (8,24,74). Sum of RGB (Red+Green+Blue) = 8+24+74=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #08184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08184A is #F7E7B5. Grayscale: #181818. Windows color (decimal): -16246710 or 4855816. OLE color: 4855816.

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

Color convert

RGB 8 24 74 -
CMYK 0.89 0.68 0 0.71
HSL 225.45º 0.8% 0.16% -
HSV(B) 225.45º 0.89% 0.29% -
XYZ 1.66 1.2 6.62 -
YUV 24.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 8 24 74 0.89 0.68 0 0.71 225.45 0.8 0.16
Hex 8 18 4A 59 44 0 47 E1 50 10
Octal 10 30 112 131 104 0 107 341 120 20
Binary 1000 11000 1001010 1011001 1000100 0 1000111 11100001 1010000 10000

Color Harmonies of #08184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08184A

Black with #08184A

Text Example


Text Example

White with #08184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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