Html Css Color HEX #0F1099 Ultramarine

📋 copy color: '#0F1099'

red 15 ◦ green 16 ◦ blue 153

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

Shades of Ultramarine #0F1099

Tints of Ultramarine #0F1099

RGB

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

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

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

R = 8.15%
G = 8.7%
B = 83.15%

CMYK

 C value IS 0.90

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F1099 (or 0x0F1099) is known color: Ultramarine. HEX triplet: 0F, 10 and 99. RGB value is (15,16,153). Sum of RGB (Red+Green+Blue) = 15+16+153=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 153 (60.16% from 255 or 83.15% from 184); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F1099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1099 is #F0EF66. Grayscale: #1E1E1E. Windows color (decimal): -15789927 or 10031119. OLE color: 10031119.

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

Color convert

RGB 15 16 153 -
CMYK 0.90 0.90 0 0.4
HSL 239.57º 0.82% 0.33% -
HSV(B) 239.57º 0.9% 0.6% -
XYZ 6.13 2.77 30.35 -
YUV 31.32 196.67 116.36 -
System Red Green Blue C M Y K H S L
Decimal 15 16 153 0.90 0.90 0 0.4 239.57 0.82 0.33
Hex F 10 99 5A 5A 0 28 F0 52 21
Octal 17 20 231 132 132 0 50 360 122 41
Binary 1111 10000 10011001 1011010 1011010 0 101000 11110000 1010010 100001

Color Harmonies of #0F1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1099

Black with #0F1099

Text Example


Text Example

White with #0F1099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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