Html Css Color HEX #0F109F Ultramarine

📋 copy color: '#0F109F'

red 15 ◦ green 16 ◦ blue 159

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

Shades of Ultramarine #0F109F

Tints of Ultramarine #0F109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.42%

 BLUE value IS 159 (62.5% from 255) = 83.68%

R = 7.89%
G = 8.42%
B = 83.68%

CMYK

 C value IS 0.91

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F109F (or 0x0F109F) is known color: Ultramarine. HEX triplet: 0F, 10 and 9F. RGB value is (15,16,159). Sum of RGB (Red+Green+Blue) = 15+16+159=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 159 (62.5% from 255 or 83.68% from 190); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F109F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F109F is #F0EF60. Grayscale: #1F1F1F. Windows color (decimal): -15789921 or 10424335. OLE color: 10424335.

HSL color Cylindrical-coordinate representation of color #0F109F: hue angle of 239.58º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F109F is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 16 159 -
CMYK 0.91 0.90 0 0.38
HSL 239.58º 0.83% 0.34% -
HSV(B) 239.58º 0.91% 0.62% -
XYZ 6.64 2.98 33.03 -
YUV 32 199.67 115.87 -
System Red Green Blue C M Y K H S L
Decimal 15 16 159 0.91 0.90 0 0.38 239.58 0.83 0.34
Hex F 10 9F 5B 5A 0 26 F0 53 22
Octal 17 20 237 133 132 0 46 360 123 42
Binary 1111 10000 10011111 1011011 1011010 0 100110 11110000 1010011 100010

Color Harmonies of #0F109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F109F

Black with #0F109F

Text Example


Text Example

White with #0F109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,16,159); }

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

background-color css

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

 a { background-color: rgb(15,16,159); }

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

border-color css

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

 span { border-color: rgb(15,16,159); }

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