Html Css Color HEX #0F0482 Ultramarine

📋 copy color: '#0F0482'

red 15 ◦ green 4 ◦ blue 130

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

Shades of Ultramarine #0F0482

Tints of Ultramarine #0F0482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 87.25%

R = 10.07%
G = 2.68%
B = 87.25%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0F0482 (or 0x0F0482) is known color: Ultramarine. HEX triplet: 0F, 04 and 82. RGB value is (15,4,130). Sum of RGB (Red+Green+Blue) = 15+4+130=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 130 (51.17% from 255 or 87.25% from 149); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F0482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0482 is #F0FB7D. Grayscale: #151515. Windows color (decimal): -15793022 or 8520719. OLE color: 8520719.

HSL color Cylindrical-coordinate representation of color #0F0482: hue angle of 245.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F0482 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 4 130 -
CMYK 0.88 0.97 0 0.49
HSL 245.24º 0.94% 0.26% -
HSV(B) 245.24º 0.97% 0.51% -
XYZ 4.27 1.8 21.24 -
YUV 21.65 189.14 123.25 -
System Red Green Blue C M Y K H S L
Decimal 15 4 130 0.88 0.97 0 0.49 245.24 0.94 0.26
Hex F 4 82 58 61 0 31 F5 5E 1A
Octal 17 4 202 130 141 0 61 365 136 32
Binary 1111 100 10000010 1011000 1100001 0 110001 11110101 1011110 11010

Color Harmonies of #0F0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0482

Black with #0F0482

Text Example


Text Example

White with #0F0482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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