Html Css Color HEX #0F0588 Ultramarine

📋 copy color: '#0F0588'

red 15 ◦ green 5 ◦ blue 136

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

Shades of Ultramarine #0F0588

Tints of Ultramarine #0F0588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 87.18%

R = 9.62%
G = 3.21%
B = 87.18%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0F0588 (or 0x0F0588) is known color: Ultramarine. HEX triplet: 0F, 05 and 88. RGB value is (15,5,136). Sum of RGB (Red+Green+Blue) = 15+5+136=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 136 (53.52% from 255 or 87.18% from 156); Max value from RGB is 136 - color contains mainly: blue. Hex color #0F0588 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0588 is #F0FA77. Grayscale: #161616. Windows color (decimal): -15792760 or 8914191. OLE color: 8914191.

HSL color Cylindrical-coordinate representation of color #0F0588: hue angle of 244.58º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0588 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 5 136 -
CMYK 0.89 0.96 0 0.47
HSL 244.58º 0.93% 0.28% -
HSV(B) 244.58º 0.96% 0.53% -
XYZ 4.7 1.99 23.43 -
YUV 22.92 191.81 122.35 -
System Red Green Blue C M Y K H S L
Decimal 15 5 136 0.89 0.96 0 0.47 244.58 0.93 0.28
Hex F 5 88 59 60 0 2F F5 5D 1C
Octal 17 5 210 131 140 0 57 365 135 34
Binary 1111 101 10001000 1011001 1100000 0 101111 11110101 1011101 11100

Color Harmonies of #0F0588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0588

Black with #0F0588

Text Example


Text Example

White with #0F0588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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