Html Css Color HEX #0F189A Ultramarine

📋 copy color: '#0F189A'

red 15 ◦ green 24 ◦ blue 154

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

Shades of Ultramarine #0F189A

Tints of Ultramarine #0F189A

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 value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F189A (or 0x0F189A) is known color: 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

RGB 15 24 154 -
CMYK 0.90 0.84 0 0.40
HSL 236.12º 0.82% 0.33% -
HSV(B) 236.12º 0.9% 0.6% -
XYZ 6.36 3.09 30.83 -
YUV 36.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 15 24 154 0.90 0.84 0 0.40 236.12 0.82 0.33
Hex F 18 9A 5A 54 0 28 EC 52 21
Octal 17 30 232 132 124 0 50 354 122 41
Binary 1111 11000 10011010 1011010 1010100 0 101000 11101100 1010010 100001

Color Harmonies of #0F189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F189A

Black with #0F189A

Text Example


Text Example

White with #0F189A

Text Example


Text Example

HTML Codes & Css Web 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>