Html Css Color HEX #0F149A Ultramarine

📋 copy color: '#0F149A'

red 15 ◦ green 20 ◦ blue 154

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

Shades of Ultramarine #0F149A

Tints of Ultramarine #0F149A

RGB

 RED value IS 15 (6.25% from 255) = 7.94%

 GREEN value IS 20 (8.2% from 255) = 10.58%

 BLUE value IS 154 (60.55% from 255) = 81.48%

R = 7.94%
G = 10.58%
B = 81.48%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F149A (or 0x0F149A) is known color: Ultramarine. HEX triplet: 0F, 14 and 9A. RGB value is (15,20,154). Sum of RGB (Red+Green+Blue) = 15+20+154=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 154 (60.55% from 255 or 81.48% from 189); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F149A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F149A is #F0EB65. Grayscale: #212121. Windows color (decimal): -15788902 or 10097679. OLE color: 10097679.

HSL color Cylindrical-coordinate representation of color #0F149A: hue angle of 237.84º 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 #0F149A is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 20 154 -
CMYK 0.90 0.87 0 0.40
HSL 237.84º 0.82% 0.33% -
HSV(B) 237.84º 0.9% 0.6% -
XYZ 6.28 2.93 30.81 -
YUV 33.78 195.84 114.6 -
System Red Green Blue C M Y K H S L
Decimal 15 20 154 0.90 0.87 0 0.40 237.84 0.82 0.33
Hex F 14 9A 5A 57 0 28 EE 52 21
Octal 17 24 232 132 127 0 50 356 122 41
Binary 1111 10100 10011010 1011010 1010111 0 101000 11101110 1010010 100001

Color Harmonies of #0F149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F149A

Black with #0F149A

Text Example


Text Example

White with #0F149A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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