Html Css Color HEX #0F099A Ultramarine

📋 copy color: '#0F099A'

red 15 ◦ green 9 ◦ blue 154

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

Shades of Ultramarine #0F099A

Tints of Ultramarine #0F099A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.06%

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

R = 8.43%
G = 5.06%
B = 86.52%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F099A (or 0x0F099A) is known color: Ultramarine. HEX triplet: 0F, 09 and 9A. RGB value is (15,9,154). Sum of RGB (Red+Green+Blue) = 15+9+154=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 154 (60.55% from 255 or 86.52% from 178); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F099A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F099A is #F0F665. Grayscale: #1A1A1A. Windows color (decimal): -15791718 or 10094863. OLE color: 10094863.

HSL color Cylindrical-coordinate representation of color #0F099A: hue angle of 242.48º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F099A is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 9 154 -
CMYK 0.90 0.94 0 0.40
HSL 242.48º 0.89% 0.32% -
HSV(B) 242.48º 0.94% 0.6% -
XYZ 6.13 2.63 30.76 -
YUV 27.32 199.49 119.21 -
System Red Green Blue C M Y K H S L
Decimal 15 9 154 0.90 0.94 0 0.40 242.48 0.89 0.32
Hex F 9 9A 5A 5E 0 28 F2 59 20
Octal 17 11 232 132 136 0 50 362 131 40
Binary 1111 1001 10011010 1011010 1011110 0 101000 11110010 1011001 100000

Color Harmonies of #0F099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F099A

Black with #0F099A

Text Example


Text Example

White with #0F099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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