Html Css Color HEX #0F0891 Ultramarine

📋 copy color: '#0F0891'

red 15 ◦ green 8 ◦ blue 145

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

Shades of Ultramarine #0F0891

Tints of Ultramarine #0F0891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.76%

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

R = 8.93%
G = 4.76%
B = 86.31%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F0891 (or 0x0F0891) is known color: Ultramarine. HEX triplet: 0F, 08 and 91. RGB value is (15,8,145). Sum of RGB (Red+Green+Blue) = 15+8+145=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 145 (57.03% from 255 or 86.31% from 168); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F0891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0891 is #F0F76E. Grayscale: #191919. Windows color (decimal): -15791983 or 9504783. OLE color: 9504783.

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

Color convert

RGB 15 8 145 -
CMYK 0.90 0.94 0 0.43
HSL 243.07º 0.9% 0.3% -
HSV(B) 243.07º 0.94% 0.57% -
XYZ 5.39 2.32 26.95 -
YUV 25.71 195.32 120.36 -
System Red Green Blue C M Y K H S L
Decimal 15 8 145 0.90 0.94 0 0.43 243.07 0.9 0.3
Hex F 8 91 5A 5E 0 2B F3 5A 1E
Octal 17 10 221 132 136 0 53 363 132 36
Binary 1111 1000 10010001 1011010 1011110 0 101011 11110011 1011010 11110

Color Harmonies of #0F0891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0891

Black with #0F0891

Text Example


Text Example

White with #0F0891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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