Html Css Color HEX #0A1D4F Sapphire

📋 copy color: '#0A1D4F'

red 10 ◦ green 29 ◦ blue 79

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

Shades of Sapphire #0A1D4F

Tints of Sapphire #0A1D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.58%

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

R = 8.47%
G = 24.58%
B = 66.95%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0A1D4F (or 0x0A1D4F) is known color: Sapphire. HEX triplet: 0A, 1D and 4F. RGB value is (10,29,79). Sum of RGB (Red+Green+Blue) = 10+29+79=118 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.47% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A1D4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1D4F is #F5E2B0. Grayscale: #1C1C1C. Windows color (decimal): -16114353 or 5184778. OLE color: 5184778.

HSL color Cylindrical-coordinate representation of color #0A1D4F: hue angle of 223.48º 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 #0A1D4F is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 29 79 -
CMYK 0.87 0.63 0 0.69
HSL 223.48º 0.78% 0.17% -
HSV(B) 223.48º 0.87% 0.31% -
XYZ 1.98 1.51 7.58 -
YUV 29.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 10 29 79 0.87 0.63 0 0.69 223.48 0.78 0.17
Hex A 1D 4F 57 3F 0 45 DF 4E 11
Octal 12 35 117 127 77 0 105 337 116 21
Binary 1010 11101 1001111 1010111 111111 0 1000101 11011111 1001110 10001

Color Harmonies of #0A1D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1D4F

Black with #0A1D4F

Text Example


Text Example

White with #0A1D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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