Html Css Color HEX #0C003F Violent Violet

📋 copy color: '#0C003F'

red 12 ◦ green 0 ◦ blue 63

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

Shades of Violent Violet #0C003F

Tints of Violent Violet #0C003F

RGB

 RED value IS 12 (5.08% from 255) = 16%

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

 BLUE value IS 63 (25% from 255) = 84%

R = 16%
G = 0%
B = 84%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0C003F (or 0x0C003F) is known color: Violent Violet. HEX triplet: 0C, 00 and 3F. RGB value is (12,0,63). Sum of RGB (Red+Green+Blue) = 12+0+63=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 63 (25% from 255 or 84% from 75); Max value from RGB is 63 - color contains mainly: blue. Hex color #0C003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C003F is #F3FFC0. Grayscale: #0A0A0A. Windows color (decimal): -15990721 or 4128780. OLE color: 4128780.

HSL color Cylindrical-coordinate representation of color #0C003F: hue angle of 251.43º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C003F is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 0 63 -
CMYK 0.81 1 0 0.75
HSL 251.43º 1% 0.12% -
HSV(B) 251.43º 1% 0.25% -
XYZ 1.05 0.44 4.73 -
YUV 10.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 12 0 63 0.81 1 0 0.75 251.43 1 0.12
Hex C 0 3F 51 64 0 4B FB 64 C
Octal 14 0 77 121 144 0 113 373 144 14
Binary 1100 0 111111 1010001 1100100 0 1001011 11111011 1100100 1100

Color Harmonies of #0C003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C003F

Black with #0C003F

Text Example


Text Example

White with #0C003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,0,63); }

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

background-color css

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

 a { background-color: rgb(12,0,63); }

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

border-color css

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

 span { border-color: rgb(12,0,63); }

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