Html Css Color HEX #0F0791 Ultramarine

📋 copy color: '#0F0791'

red 15 ◦ green 7 ◦ blue 145

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

Shades of Ultramarine #0F0791

Tints of Ultramarine #0F0791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.19%

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

R = 8.98%
G = 4.19%
B = 86.83%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F0791 (or 0x0F0791) is known color: Ultramarine. HEX triplet: 0F, 07 and 91. RGB value is (15,7,145). Sum of RGB (Red+Green+Blue) = 15+7+145=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 145 (57.03% from 255 or 86.83% from 167); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F0791 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0791 is #F0F86E. Grayscale: #181818. Windows color (decimal): -15792239 or 9504527. OLE color: 9504527.

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

Color convert

RGB 15 7 145 -
CMYK 0.90 0.95 0 0.43
HSL 243.48º 0.91% 0.3% -
HSV(B) 243.48º 0.95% 0.57% -
XYZ 5.38 2.3 26.95 -
YUV 25.12 195.65 120.78 -
System Red Green Blue C M Y K H S L
Decimal 15 7 145 0.90 0.95 0 0.43 243.48 0.91 0.3
Hex F 7 91 5A 5F 0 2B F3 5B 1E
Octal 17 7 221 132 137 0 53 363 133 36
Binary 1111 111 10010001 1011010 1011111 0 101011 11110011 1011011 11110

Color Harmonies of #0F0791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0791

Black with #0F0791

Text Example


Text Example

White with #0F0791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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