Html Css Color HEX #0F108F Ultramarine

📋 copy color: '#0F108F'

red 15 ◦ green 16 ◦ blue 143

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

Shades of Ultramarine #0F108F

Tints of Ultramarine #0F108F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 82.18%

R = 8.62%
G = 9.2%
B = 82.18%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0F108F (or 0x0F108F) is known color: Ultramarine. HEX triplet: 0F, 10 and 8F. RGB value is (15,16,143). Sum of RGB (Red+Green+Blue) = 15+16+143=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 143 (56.25% from 255 or 82.18% from 174); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F108F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F108F is #F0EF70. Grayscale: #1D1D1D. Windows color (decimal): -15789937 or 9375759. OLE color: 9375759.

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

Color convert

RGB 15 16 143 -
CMYK 0.90 0.89 0 0.44
HSL 239.53º 0.81% 0.31% -
HSV(B) 239.53º 0.9% 0.56% -
XYZ 5.34 2.46 26.18 -
YUV 30.18 191.67 117.17 -
System Red Green Blue C M Y K H S L
Decimal 15 16 143 0.90 0.89 0 0.44 239.53 0.81 0.31
Hex F 10 8F 5A 59 0 2C F0 51 1F
Octal 17 20 217 132 131 0 54 360 121 37
Binary 1111 10000 10001111 1011010 1011001 0 101100 11110000 1010001 11111

Color Harmonies of #0F108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F108F

Black with #0F108F

Text Example


Text Example

White with #0F108F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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