Html Css Color HEX #0F108E Ultramarine

📋 copy color: '#0F108E'

red 15 ◦ green 16 ◦ blue 142

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

Shades of Ultramarine #0F108E

Tints of Ultramarine #0F108E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 82.08%

R = 8.67%
G = 9.25%
B = 82.08%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0F108E (or 0x0F108E) is known color: Ultramarine. HEX triplet: 0F, 10 and 8E. RGB value is (15,16,142). Sum of RGB (Red+Green+Blue) = 15+16+142=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 142 (55.86% from 255 or 82.08% from 173); Max value from RGB is 142 - color contains mainly: blue. Hex color #0F108E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F108E is #F0EF71. Grayscale: #1D1D1D. Windows color (decimal): -15789938 or 9310223. OLE color: 9310223.

HSL color Cylindrical-coordinate representation of color #0F108E: 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.89%. Process color model (Four color, CMYK) of #0F108E is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 16 142 -
CMYK 0.89 0.89 0 0.44
HSL 239.53º 0.81% 0.31% -
HSV(B) 239.53º 0.89% 0.56% -
XYZ 5.26 2.43 25.78 -
YUV 30.07 191.17 117.25 -
System Red Green Blue C M Y K H S L
Decimal 15 16 142 0.89 0.89 0 0.44 239.53 0.81 0.31
Hex F 10 8E 59 59 0 2C F0 51 1F
Octal 17 20 216 131 131 0 54 360 121 37
Binary 1111 10000 10001110 1011001 1011001 0 101100 11110000 1010001 11111

Color Harmonies of #0F108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F108E

Black with #0F108E

Text Example


Text Example

White with #0F108E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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