Html Css Color HEX #0F0493 Ultramarine

📋 copy color: '#0F0493'

red 15 ◦ green 4 ◦ blue 147

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

Shades of Ultramarine #0F0493

Tints of Ultramarine #0F0493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 88.55%

R = 9.04%
G = 2.41%
B = 88.55%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F0493 (or 0x0F0493) is known color: Ultramarine. HEX triplet: 0F, 04 and 93. RGB value is (15,4,147). Sum of RGB (Red+Green+Blue) = 15+4+147=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 147 (57.81% from 255 or 88.55% from 166); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F0493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0493 is #F0FB6C. Grayscale: #171717. Windows color (decimal): -15793005 or 9634831. OLE color: 9634831.

HSL color Cylindrical-coordinate representation of color #0F0493: hue angle of 244.62º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F0493 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 4 147 -
CMYK 0.90 0.97 0 0.42
HSL 244.62º 0.95% 0.3% -
HSV(B) 244.62º 0.97% 0.58% -
XYZ 5.51 2.29 27.76 -
YUV 23.59 197.64 121.87 -
System Red Green Blue C M Y K H S L
Decimal 15 4 147 0.90 0.97 0 0.42 244.62 0.95 0.3
Hex F 4 93 5A 61 0 2A F5 5F 1E
Octal 17 4 223 132 141 0 52 365 137 36
Binary 1111 100 10010011 1011010 1100001 0 101010 11110101 1011111 11110

Color Harmonies of #0F0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0493

Black with #0F0493

Text Example


Text Example

White with #0F0493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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