Html Css Color HEX #0F004A Violent Violet

📋 copy color: '#0F004A'

red 15 ◦ green 0 ◦ blue 74

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

Shades of Violent Violet #0F004A

Tints of Violent Violet #0F004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 83.15%

R = 16.85%
G = 0%
B = 83.15%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F004A (or 0x0F004A) is known color: Violent Violet. HEX triplet: 0F, 00 and 4A. RGB value is (15,0,74). Sum of RGB (Red+Green+Blue) = 15+0+74=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 74 (29.30% from 255 or 83.15% from 89); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F004A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F004A is #F0FFB5. Grayscale: #0C0C0C. Windows color (decimal): -15794102 or 4849679. OLE color: 4849679.

HSL color Cylindrical-coordinate representation of color #0F004A: hue angle of 252.16º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F004A is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 0 74 -
CMYK 0.80 1 0 0.71
HSL 252.16º 1% 0.15% -
HSV(B) 252.16º 1% 0.29% -
XYZ 1.43 0.6 6.52 -
YUV 12.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 15 0 74 0.80 1 0 0.71 252.16 1 0.15
Hex F 0 4A 50 64 0 47 FC 64 F
Octal 17 0 112 120 144 0 107 374 144 17
Binary 1111 0 1001010 1010000 1100100 0 1000111 11111100 1100100 1111

Color Harmonies of #0F004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F004A

Black with #0F004A

Text Example


Text Example

White with #0F004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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