Html Css Color HEX #0A144F Sapphire

📋 copy color: '#0A144F'

red 10 ◦ green 20 ◦ blue 79

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

Shades of Sapphire #0A144F

Tints of Sapphire #0A144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

 BLUE value IS 79 (31.25% from 255) = 72.48%

R = 9.17%
G = 18.35%
B = 72.48%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0A144F (or 0x0A144F) is known color: Sapphire. HEX triplet: 0A, 14 and 4F. RGB value is (10,20,79). Sum of RGB (Red+Green+Blue) = 10+20+79=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 79 (31.25% from 255 or 72.48% from 109); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A144F is #F5EBB0. Grayscale: #171717. Windows color (decimal): -16116657 or 5182474. OLE color: 5182474.

HSL color Cylindrical-coordinate representation of color #0A144F: hue angle of 231.3º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A144F is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 20 79 -
CMYK 0.87 0.75 0 0.69
HSL 231.3º 0.78% 0.17% -
HSV(B) 231.3º 0.87% 0.31% -
XYZ 1.79 1.13 7.52 -
YUV 23.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 10 20 79 0.87 0.75 0 0.69 231.3 0.78 0.17
Hex A 14 4F 57 4B 0 45 E7 4E 11
Octal 12 24 117 127 113 0 105 347 116 21
Binary 1010 10100 1001111 1010111 1001011 0 1000101 11100111 1001110 10001

Color Harmonies of #0A144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A144F

Black with #0A144F

Text Example


Text Example

White with #0A144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,20,79); }

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

background-color css

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

 a { background-color: rgb(10,20,79); }

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

border-color css

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

 span { border-color: rgb(10,20,79); }

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