Html Css Color HEX #0F0484 Ultramarine

📋 copy color: '#0F0484'

red 15 ◦ green 4 ◦ blue 132

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

Shades of Ultramarine #0F0484

Tints of Ultramarine #0F0484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

 BLUE value IS 132 (51.95% from 255) = 87.42%

R = 9.93%
G = 2.65%
B = 87.42%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0F0484 (or 0x0F0484) is known color: Ultramarine. HEX triplet: 0F, 04 and 84. RGB value is (15,4,132). Sum of RGB (Red+Green+Blue) = 15+4+132=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 132 (51.95% from 255 or 87.42% from 151); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F0484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0484 is #F0FB7B. Grayscale: #151515. Windows color (decimal): -15793020 or 8651791. OLE color: 8651791.

HSL color Cylindrical-coordinate representation of color #0F0484: hue angle of 245.16º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F0484 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 4 132 -
CMYK 0.89 0.97 0 0.48
HSL 245.16º 0.94% 0.27% -
HSV(B) 245.16º 0.97% 0.52% -
XYZ 4.41 1.85 21.96 -
YUV 21.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 15 4 132 0.89 0.97 0 0.48 245.16 0.94 0.27
Hex F 4 84 59 61 0 30 F5 5E 1B
Octal 17 4 204 131 141 0 60 365 136 33
Binary 1111 100 10000100 1011001 1100001 0 110000 11110101 1011110 11011

Color Harmonies of #0F0484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0484

Black with #0F0484

Text Example


Text Example

White with #0F0484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,4,132); }

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

background-color css

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

 a { background-color: rgb(15,4,132); }

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

border-color css

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

 span { border-color: rgb(15,4,132); }

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