Html Css Color HEX #0A188B Ultramarine

📋 copy color: '#0A188B'

red 10 ◦ green 24 ◦ blue 139

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

Shades of Ultramarine #0A188B

Tints of Ultramarine #0A188B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.87%

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

R = 5.78%
G = 13.87%
B = 80.35%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A188B (or 0x0A188B) is known color: Ultramarine. HEX triplet: 0A, 18 and 8B. RGB value is (10,24,139). Sum of RGB (Red+Green+Blue) = 10+24+139=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A188B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A188B is #F5E774. Grayscale: #202020. Windows color (decimal): -16115573 or 9115658. OLE color: 9115658.

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

Color convert

RGB 10 24 139 -
CMYK 0.93 0.83 0 0.45
HSL 233.49º 0.87% 0.29% -
HSV(B) 233.49º 0.93% 0.55% -
XYZ 5.11 2.58 24.66 -
YUV 32.92 187.86 111.65 -
System Red Green Blue C M Y K H S L
Decimal 10 24 139 0.93 0.83 0 0.45 233.49 0.87 0.29
Hex A 18 8B 5D 53 0 2D E9 57 1D
Octal 12 30 213 135 123 0 55 351 127 35
Binary 1010 11000 10001011 1011101 1010011 0 101101 11101001 1010111 11101

Color Harmonies of #0A188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A188B

Black with #0A188B

Text Example


Text Example

White with #0A188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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