Html Css Color HEX #0A139E Ultramarine

📋 copy color: '#0A139E'

red 10 ◦ green 19 ◦ blue 158

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

Shades of Ultramarine #0A139E

Tints of Ultramarine #0A139E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

 BLUE value IS 158 (62.11% from 255) = 84.49%

R = 5.35%
G = 10.16%
B = 84.49%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A139E (or 0x0A139E) is known color: Ultramarine. HEX triplet: 0A, 13 and 9E. RGB value is (10,19,158). Sum of RGB (Red+Green+Blue) = 10+19+158=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 158 (62.11% from 255 or 84.49% from 187); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A139E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A139E is #F5EC61. Grayscale: #1F1F1F. Windows color (decimal): -16116834 or 10359562. OLE color: 10359562.

HSL color Cylindrical-coordinate representation of color #0A139E: hue angle of 236.35º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A139E is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 19 158 -
CMYK 0.94 0.88 0 0.38
HSL 236.35º 0.88% 0.33% -
HSV(B) 236.35º 0.94% 0.62% -
XYZ 6.53 3 32.58 -
YUV 32.16 199.02 112.2 -
System Red Green Blue C M Y K H S L
Decimal 10 19 158 0.94 0.88 0 0.38 236.35 0.88 0.33
Hex A 13 9E 5E 58 0 26 EC 58 21
Octal 12 23 236 136 130 0 46 354 130 41
Binary 1010 10011 10011110 1011110 1011000 0 100110 11101100 1011000 100001

Color Harmonies of #0A139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A139E

Black with #0A139E

Text Example


Text Example

White with #0A139E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,19,158); }

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

background-color css

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

 a { background-color: rgb(10,19,158); }

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

border-color css

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

 span { border-color: rgb(10,19,158); }

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