Html Css Color HEX #0F0592 Ultramarine

📋 copy color: '#0F0592'

red 15 ◦ green 5 ◦ blue 146

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

Shades of Ultramarine #0F0592

Tints of Ultramarine #0F0592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

 BLUE value IS 146 (57.42% from 255) = 87.95%

R = 9.04%
G = 3.01%
B = 87.95%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F0592 (or 0x0F0592) is known color: Ultramarine. HEX triplet: 0F, 05 and 92. RGB value is (15,5,146). Sum of RGB (Red+Green+Blue) = 15+5+146=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 146 (57.42% from 255 or 87.95% from 166); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F0592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0592 is #F0FA6D. Grayscale: #171717. Windows color (decimal): -15792750 or 9569551. OLE color: 9569551.

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

Color convert

RGB 15 5 146 -
CMYK 0.90 0.97 0 0.43
HSL 244.26º 0.93% 0.3% -
HSV(B) 244.26º 0.97% 0.57% -
XYZ 5.44 2.29 27.35 -
YUV 24.06 196.81 121.54 -
System Red Green Blue C M Y K H S L
Decimal 15 5 146 0.90 0.97 0 0.43 244.26 0.93 0.3
Hex F 5 92 5A 61 0 2B F4 5D 1E
Octal 17 5 222 132 141 0 53 364 135 36
Binary 1111 101 10010010 1011010 1100001 0 101011 11110100 1011101 11110

Color Harmonies of #0F0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0592

Black with #0F0592

Text Example


Text Example

White with #0F0592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,5,146); }

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

background-color css

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

 a { background-color: rgb(15,5,146); }

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

border-color css

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

 span { border-color: rgb(15,5,146); }

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