Html Css Color HEX #08194B Sapphire

📋 copy color: '#08194B'

red 8 ◦ green 25 ◦ blue 75

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

Shades of Sapphire #08194B

Tints of Sapphire #08194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.15%

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

R = 7.41%
G = 23.15%
B = 69.44%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#08194B (or 0x08194B) is known color: Sapphire. HEX triplet: 08, 19 and 4B. RGB value is (8,25,75). Sum of RGB (Red+Green+Blue) = 8+25+75=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 75 (29.69% from 255 or 69.44% from 108); Max value from RGB is 75 - color contains mainly: blue. Hex color #08194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08194B is #F7E6B4. Grayscale: #191919. Windows color (decimal): -16246453 or 4921608. OLE color: 4921608.

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

Color convert

RGB 8 25 75 -
CMYK 0.89 0.67 0 0.71
HSL 224.78º 0.81% 0.16% -
HSV(B) 224.78º 0.89% 0.29% -
XYZ 1.72 1.25 6.81 -
YUV 25.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 8 25 75 0.89 0.67 0 0.71 224.78 0.81 0.16
Hex 8 19 4B 59 43 0 47 E1 51 10
Octal 10 31 113 131 103 0 107 341 121 20
Binary 1000 11001 1001011 1011001 1000011 0 1000111 11100001 1010001 10000

Color Harmonies of #08194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08194B

Black with #08194B

Text Example


Text Example

White with #08194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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