Html Css Color HEX #0A178B Ultramarine

📋 copy color: '#0A178B'

red 10 ◦ green 23 ◦ blue 139

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

Shades of Ultramarine #0A178B

Tints of Ultramarine #0A178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.37%

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

R = 5.81%
G = 13.37%
B = 80.81%

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

#0A178B (or 0x0A178B) is known color: Ultramarine. HEX triplet: 0A, 17 and 8B. RGB value is (10,23,139). Sum of RGB (Red+Green+Blue) = 10+23+139=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A178B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A178B is #F5E874. Grayscale: #1F1F1F. Windows color (decimal): -16115829 or 9115402. OLE color: 9115402.

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

Color convert

RGB 10 23 139 -
CMYK 0.93 0.83 0 0.45
HSL 233.95º 0.87% 0.29% -
HSV(B) 233.95º 0.93% 0.55% -
XYZ 5.09 2.54 24.65 -
YUV 32.34 188.19 112.07 -
System Red Green Blue C M Y K H S L
Decimal 10 23 139 0.93 0.83 0 0.45 233.95 0.87 0.29
Hex A 17 8B 5D 53 0 2D EA 57 1D
Octal 12 27 213 135 123 0 55 352 127 35
Binary 1010 10111 10001011 1011101 1010011 0 101101 11101010 1010111 11101

Color Harmonies of #0A178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A178B

Black with #0A178B

Text Example


Text Example

White with #0A178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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