#0F189A

Color #0F189A Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #0F189A

Tints of Ultramarine #0F189A

Color information

#0F189A (or 0x0F189A) is unknown color: approx Ultramarine. HEX triplet: 0F, 18 and 9A. RGB value is (15,24,154). Sum of RGB (Red+Green+Blue) = 15+24+154=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 154 (60.55% from 255 or 79.79% from 193); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F189A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F189A is #F0E765. Grayscale: #232323. Windows color (decimal): -15787878 or 10098703. OLE color: 10098703.

HSL color Cylindrical-coordinate representation of color #0F189A: hue angle of 236.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F189A is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1524154-
CMYK0.900.8400.40
HSL236.12º82.25%33.14%-
HSV(B)236.12º90.26%60.39%-
XYZ6.363.0930.83-
YUV36.13194.52112.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.77%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 154 (60.55% from 255) = 79.79%
R=7.77%
G=12.44%
B=79.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15241540.900.8400.40236.1282.2533.14
HexF189A5A54028ec5221
Octal173023213212405035412241
Binary11111100010011010101101010101000101000111011001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F189A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,24,154); }

 H1.HeaderClassName
 {
   color: #0F189A;
 }
 .AnyTagClassName
 {
   color: #0F189A;
 }
</style>
background-color css

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

 a { background-color: rgb(15,24,154); }

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

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

 span { border-color: rgb(15,24,154); }

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