Html Css Color HEX #0F0999 Ultramarine

📋 copy color: '#0F0999'

red 15 ◦ green 9 ◦ blue 153

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

Shades of Ultramarine #0F0999

Tints of Ultramarine #0F0999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 86.44%

R = 8.47%
G = 5.08%
B = 86.44%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F0999 (or 0x0F0999) is known color: Ultramarine. HEX triplet: 0F, 09 and 99. RGB value is (15,9,153). Sum of RGB (Red+Green+Blue) = 15+9+153=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 153 (60.16% from 255 or 86.44% from 177); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F0999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0999 is #F0F666. Grayscale: #1A1A1A. Windows color (decimal): -15791719 or 10029327. OLE color: 10029327.

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

Color convert

RGB 15 9 153 -
CMYK 0.90 0.94 0 0.4
HSL 242.5º 0.89% 0.32% -
HSV(B) 242.5º 0.94% 0.6% -
XYZ 6.04 2.6 30.32 -
YUV 27.21 198.99 119.29 -
System Red Green Blue C M Y K H S L
Decimal 15 9 153 0.90 0.94 0 0.4 242.5 0.89 0.32
Hex F 9 99 5A 5E 0 28 F2 59 20
Octal 17 11 231 132 136 0 50 362 131 40
Binary 1111 1001 10011001 1011010 1011110 0 101000 11110010 1011001 100000

Color Harmonies of #0F0999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0999

Black with #0F0999

Text Example


Text Example

White with #0F0999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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