Html Css Color HEX #0A194D Sapphire

📋 copy color: '#0A194D'

red 10 ◦ green 25 ◦ blue 77

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

Shades of Sapphire #0A194D

Tints of Sapphire #0A194D

RGB

 RED value IS 10 (4.3% from 255) = 8.93%

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

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

R = 8.93%
G = 22.32%
B = 68.75%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0A194D (or 0x0A194D) is known color: Sapphire. HEX triplet: 0A, 19 and 4D. RGB value is (10,25,77). Sum of RGB (Red+Green+Blue) = 10+25+77=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A194D is #F5E6B2. Grayscale: #1A1A1A. Windows color (decimal): -16115379 or 5052682. OLE color: 5052682.

HSL color Cylindrical-coordinate representation of color #0A194D: hue angle of 226.57º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A194D is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 10 25 77 -
CMYK 0.87 0.68 0 0.70
HSL 226.57º 0.77% 0.17% -
HSV(B) 226.57º 0.87% 0.3% -
XYZ 1.81 1.3 7.18 -
YUV 26.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 10 25 77 0.87 0.68 0 0.70 226.57 0.77 0.17
Hex A 19 4D 57 44 0 46 E3 4D 11
Octal 12 31 115 127 104 0 106 343 115 21
Binary 1010 11001 1001101 1010111 1000100 0 1000110 11100011 1001101 10001

Color Harmonies of #0A194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A194D

Black with #0A194D

Text Example


Text Example

White with #0A194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A194D; }

 p { color: rgb(10,25,77); }

 H1.HeaderClassName
 {
   color: #0A194D;
 }
 .AnyTagClassName
 {
   color: #0A194D;
 }
</style>

background-color css

<style>
 a { background-color: #0A194D; }

 a { background-color: rgb(10,25,77); }

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

border-color css

<style>
 span { border-color: #0A194D; }

 span { border-color: rgb(10,25,77); }

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