Html Css Color HEX #0A1C72 Sapphire

📋 copy color: '#0A1C72'

red 10 ◦ green 28 ◦ blue 114

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

Shades of Sapphire #0A1C72

Tints of Sapphire #0A1C72

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.42%

 BLUE value IS 114 (44.92% from 255) = 75%

R = 6.58%
G = 18.42%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A1C72 (or 0x0A1C72) is known color: Sapphire. HEX triplet: 0A, 1C and 72. RGB value is (10,28,114). Sum of RGB (Red+Green+Blue) = 10+28+114=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A1C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1C72 is #F5E38D. Grayscale: #202020. Windows color (decimal): -16114574 or 7478282. OLE color: 7478282.

HSL color Cylindrical-coordinate representation of color #0A1C72: hue angle of 229.62º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1C72 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 28 114 -
CMYK 0.91 0.75 0 0.55
HSL 229.62º 0.84% 0.24% -
HSV(B) 229.62º 0.91% 0.45% -
XYZ 3.58 2.11 16.14 -
YUV 32.42 174.04 112.01 -
System Red Green Blue C M Y K H S L
Decimal 10 28 114 0.91 0.75 0 0.55 229.62 0.84 0.24
Hex A 1C 72 5B 4B 0 37 E6 54 18
Octal 12 34 162 133 113 0 67 346 124 30
Binary 1010 11100 1110010 1011011 1001011 0 110111 11100110 1010100 11000

Color Harmonies of #0A1C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1C72

Black with #0A1C72

Text Example


Text Example

White with #0A1C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,28,114); }

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

background-color css

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

 a { background-color: rgb(10,28,114); }

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

border-color css

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

 span { border-color: rgb(10,28,114); }

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