Html Css Color HEX #08184B Sapphire

📋 copy color: '#08184B'

red 8 ◦ green 24 ◦ blue 75

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

Shades of Sapphire #08184B

Tints of Sapphire #08184B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 70.09%

R = 7.48%
G = 22.43%
B = 70.09%

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

#08184B (or 0x08184B) is known color: Sapphire. HEX triplet: 08, 18 and 4B. RGB value is (8,24,75). Sum of RGB (Red+Green+Blue) = 8+24+75=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #08184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08184B is #F7E7B4. Grayscale: #181818. Windows color (decimal): -16246709 or 4921352. OLE color: 4921352.

HSL color Cylindrical-coordinate representation of color #08184B: hue angle of 225.67º degrees, saturation: 0.81, 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 #08184B is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 24 75 -
CMYK 0.89 0.68 0 0.71
HSL 225.67º 0.81% 0.16% -
HSV(B) 225.67º 0.89% 0.29% -
XYZ 1.7 1.21 6.8 -
YUV 25.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 8 24 75 0.89 0.68 0 0.71 225.67 0.81 0.16
Hex 8 18 4B 59 44 0 47 E2 51 10
Octal 10 30 113 131 104 0 107 342 121 20
Binary 1000 11000 1001011 1011001 1000100 0 1000111 11100010 1010001 10000

Color Harmonies of #08184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08184B

Black with #08184B

Text Example


Text Example

White with #08184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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