Html Css Color HEX #0F0088 Ultramarine

📋 copy color: '#0F0088'

red 15 ◦ green 0 ◦ blue 136

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

Shades of Ultramarine #0F0088

Tints of Ultramarine #0F0088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.93%
G = 0%
B = 90.07%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0F0088 (or 0x0F0088) is known color: Ultramarine. HEX triplet: 0F, 00 and 88. RGB value is (15,0,136). Sum of RGB (Red+Green+Blue) = 15+0+136=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 136 (53.52% from 255 or 90.07% from 151); Max value from RGB is 136 - color contains mainly: blue. Hex color #0F0088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0088 is #F0FF77. Grayscale: #131313. Windows color (decimal): -15794040 or 8912911. OLE color: 8912911.

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

Color convert

RGB 15 0 136 -
CMYK 0.89 1 0 0.47
HSL 246.62º 1% 0.27% -
HSV(B) 246.62º 1% 0.53% -
XYZ 4.64 1.88 23.41 -
YUV 19.99 193.47 124.44 -
System Red Green Blue C M Y K H S L
Decimal 15 0 136 0.89 1 0 0.47 246.62 1 0.27
Hex F 0 88 59 64 0 2F F7 64 1B
Octal 17 0 210 131 144 0 57 367 144 33
Binary 1111 0 10001000 1011001 1100100 0 101111 11110111 1100100 11011

Color Harmonies of #0F0088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0088

Black with #0F0088

Text Example


Text Example

White with #0F0088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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