Html Css Color HEX #0C013F Violent Violet

📋 copy color: '#0C013F'

red 12 ◦ green 1 ◦ blue 63

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

Shades of Violent Violet #0C013F

Tints of Violent Violet #0C013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

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

R = 15.79%
G = 1.32%
B = 82.89%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0C013F (or 0x0C013F) is known color: Violent Violet. HEX triplet: 0C, 01 and 3F. RGB value is (12,1,63). Sum of RGB (Red+Green+Blue) = 12+1+63=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 63 (25% from 255 or 82.89% from 76); Max value from RGB is 63 - color contains mainly: blue. Hex color #0C013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C013F is #F3FEC0. Grayscale: #0B0B0B. Windows color (decimal): -15990465 or 4129036. OLE color: 4129036.

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

Color convert

RGB 12 1 63 -
CMYK 0.81 0.98 0 0.75
HSL 250.65º 0.97% 0.13% -
HSV(B) 250.65º 0.98% 0.25% -
XYZ 1.06 0.46 4.74 -
YUV 11.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 12 1 63 0.81 0.98 0 0.75 250.65 0.97 0.13
Hex C 1 3F 51 62 0 4B FB 61 D
Octal 14 1 77 121 142 0 113 373 141 15
Binary 1100 1 111111 1010001 1100010 0 1001011 11111011 1100001 1101

Color Harmonies of #0C013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C013F

Black with #0C013F

Text Example


Text Example

White with #0C013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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