Html Css Color HEX #0F0895 Ultramarine

📋 copy color: '#0F0895'

red 15 ◦ green 8 ◦ blue 149

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

Shades of Ultramarine #0F0895

Tints of Ultramarine #0F0895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 86.63%

R = 8.72%
G = 4.65%
B = 86.63%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F0895 (or 0x0F0895) is known color: Ultramarine. HEX triplet: 0F, 08 and 95. RGB value is (15,8,149). Sum of RGB (Red+Green+Blue) = 15+8+149=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 149 (58.59% from 255 or 86.63% from 172); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F0895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0895 is #F0F76A. Grayscale: #191919. Windows color (decimal): -15791979 or 9766927. OLE color: 9766927.

HSL color Cylindrical-coordinate representation of color #0F0895: hue angle of 242.98º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0895 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 8 149 -
CMYK 0.90 0.95 0 0.42
HSL 242.98º 0.9% 0.31% -
HSV(B) 242.98º 0.95% 0.58% -
XYZ 5.71 2.45 28.6 -
YUV 26.17 197.32 120.04 -
System Red Green Blue C M Y K H S L
Decimal 15 8 149 0.90 0.95 0 0.42 242.98 0.9 0.31
Hex F 8 95 5A 5F 0 2A F3 5A 1F
Octal 17 10 225 132 137 0 52 363 132 37
Binary 1111 1000 10010101 1011010 1011111 0 101010 11110011 1011010 11111

Color Harmonies of #0F0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0895

Black with #0F0895

Text Example


Text Example

White with #0F0895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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