Html Css Color HEX #0F0590 Ultramarine

📋 copy color: '#0F0590'

red 15 ◦ green 5 ◦ blue 144

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

Shades of Ultramarine #0F0590

Tints of Ultramarine #0F0590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 87.8%

R = 9.15%
G = 3.05%
B = 87.8%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0F0590 (or 0x0F0590) is known color: Ultramarine. HEX triplet: 0F, 05 and 90. RGB value is (15,5,144). Sum of RGB (Red+Green+Blue) = 15+5+144=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 144 (56.64% from 255 or 87.80% from 164); Max value from RGB is 144 - color contains mainly: blue. Hex color #0F0590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0590 is #F0FA6F. Grayscale: #171717. Windows color (decimal): -15792752 or 9438479. OLE color: 9438479.

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

Color convert

RGB 15 5 144 -
CMYK 0.90 0.97 0 0.44
HSL 244.32º 0.93% 0.29% -
HSV(B) 244.32º 0.97% 0.56% -
XYZ 5.29 2.22 26.54 -
YUV 23.84 195.81 121.7 -
System Red Green Blue C M Y K H S L
Decimal 15 5 144 0.90 0.97 0 0.44 244.32 0.93 0.29
Hex F 5 90 5A 61 0 2C F4 5D 1D
Octal 17 5 220 132 141 0 54 364 135 35
Binary 1111 101 10010000 1011010 1100001 0 101100 11110100 1011101 11101

Color Harmonies of #0F0590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0590

Black with #0F0590

Text Example


Text Example

White with #0F0590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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