Html Css Color HEX #0F1091 Ultramarine

📋 copy color: '#0F1091'

red 15 ◦ green 16 ◦ blue 145

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

Shades of Ultramarine #0F1091

Tints of Ultramarine #0F1091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 82.39%

R = 8.52%
G = 9.09%
B = 82.39%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F1091 (or 0x0F1091) is known color: Ultramarine. HEX triplet: 0F, 10 and 91. RGB value is (15,16,145). Sum of RGB (Red+Green+Blue) = 15+16+145=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 145 (57.03% from 255 or 82.39% from 176); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F1091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1091 is #F0EF6E. Grayscale: #1D1D1D. Windows color (decimal): -15789935 or 9506831. OLE color: 9506831.

HSL color Cylindrical-coordinate representation of color #0F1091: hue angle of 239.54º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1091 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 16 145 -
CMYK 0.90 0.89 0 0.43
HSL 239.54º 0.81% 0.31% -
HSV(B) 239.54º 0.9% 0.57% -
XYZ 5.49 2.52 26.98 -
YUV 30.41 192.67 117.01 -
System Red Green Blue C M Y K H S L
Decimal 15 16 145 0.90 0.89 0 0.43 239.54 0.81 0.31
Hex F 10 91 5A 59 0 2B F0 51 1F
Octal 17 20 221 132 131 0 53 360 121 37
Binary 1111 10000 10010001 1011010 1011001 0 101011 11110000 1010001 11111

Color Harmonies of #0F1091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1091

Black with #0F1091

Text Example


Text Example

White with #0F1091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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