Html Css Color HEX #0A128B Ultramarine

📋 copy color: '#0A128B'

red 10 ◦ green 18 ◦ blue 139

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

Shades of Ultramarine #0A128B

Tints of Ultramarine #0A128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

 BLUE value IS 139 (54.69% from 255) = 83.23%

R = 5.99%
G = 10.78%
B = 83.23%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A128B (or 0x0A128B) is known color: Ultramarine. HEX triplet: 0A, 12 and 8B. RGB value is (10,18,139). Sum of RGB (Red+Green+Blue) = 10+18+139=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A128B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A128B is #F5ED74. Grayscale: #1C1C1C. Windows color (decimal): -16117109 or 9114122. OLE color: 9114122.

HSL color Cylindrical-coordinate representation of color #0A128B: hue angle of 236.28º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A128B is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 18 139 -
CMYK 0.93 0.87 0 0.45
HSL 236.28º 0.87% 0.29% -
HSV(B) 236.28º 0.93% 0.55% -
XYZ 5 2.36 24.62 -
YUV 29.4 189.85 114.16 -
System Red Green Blue C M Y K H S L
Decimal 10 18 139 0.93 0.87 0 0.45 236.28 0.87 0.29
Hex A 12 8B 5D 57 0 2D EC 57 1D
Octal 12 22 213 135 127 0 55 354 127 35
Binary 1010 10010 10001011 1011101 1010111 0 101101 11101100 1010111 11101

Color Harmonies of #0A128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A128B

Black with #0A128B

Text Example


Text Example

White with #0A128B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,18,139); }

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

background-color css

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

 a { background-color: rgb(10,18,139); }

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

border-color css

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

 span { border-color: rgb(10,18,139); }

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