Html Css Color HEX #0A0D8C Ultramarine

📋 copy color: '#0A0D8C'

red 10 ◦ green 13 ◦ blue 140

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

Shades of Ultramarine #0A0D8C

Tints of Ultramarine #0A0D8C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.98%

 BLUE value IS 140 (55.08% from 255) = 85.89%

R = 6.13%
G = 7.98%
B = 85.89%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A0D8C (or 0x0A0D8C) is known color: Ultramarine. HEX triplet: 0A, 0D and 8C. RGB value is (10,13,140). Sum of RGB (Red+Green+Blue) = 10+13+140=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 140 (55.08% from 255 or 85.89% from 163); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A0D8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0D8C is #F5F273. Grayscale: #1A1A1A. Windows color (decimal): -16118388 or 9178378. OLE color: 9178378.

HSL color Cylindrical-coordinate representation of color #0A0D8C: hue angle of 238.62º 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 #0A0D8C is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 13 140 -
CMYK 0.93 0.91 0 0.45
HSL 238.62º 0.87% 0.29% -
HSV(B) 238.62º 0.93% 0.55% -
XYZ 5 2.25 24.98 -
YUV 26.58 192.01 116.17 -
System Red Green Blue C M Y K H S L
Decimal 10 13 140 0.93 0.91 0 0.45 238.62 0.87 0.29
Hex A D 8C 5D 5B 0 2D EF 57 1D
Octal 12 15 214 135 133 0 55 357 127 35
Binary 1010 1101 10001100 1011101 1011011 0 101101 11101111 1010111 11101

Color Harmonies of #0A0D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0D8C

Black with #0A0D8C

Text Example


Text Example

White with #0A0D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,13,140); }

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

background-color css

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

 a { background-color: rgb(10,13,140); }

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

border-color css

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

 span { border-color: rgb(10,13,140); }

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