Html Css Color HEX #0C013A Tolopea

📋 copy color: '#0C013A'

red 12 ◦ green 1 ◦ blue 58

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

Shades of Tolopea #0C013A

Tints of Tolopea #0C013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 81.69%

R = 16.9%
G = 1.41%
B = 81.69%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0C013A (or 0x0C013A) is known color: Tolopea. HEX triplet: 0C, 01 and 3A. RGB value is (12,1,58). Sum of RGB (Red+Green+Blue) = 12+1+58=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 58 (23.05% from 255 or 81.69% from 71); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C013A is #F3FEC5. Grayscale: #0A0A0A. Windows color (decimal): -15990470 or 3801356. OLE color: 3801356.

HSL color Cylindrical-coordinate representation of color #0C013A: hue angle of 251.58º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C013A is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 1 58 -
CMYK 0.79 0.98 0 0.77
HSL 251.58º 0.97% 0.12% -
HSV(B) 251.58º 0.98% 0.23% -
XYZ 0.93 0.41 4.03 -
YUV 10.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 12 1 58 0.79 0.98 0 0.77 251.58 0.97 0.12
Hex C 1 3A 4F 62 0 4D FC 61 C
Octal 14 1 72 117 142 0 115 374 141 14
Binary 1100 1 111010 1001111 1100010 0 1001101 11111100 1100001 1100

Color Harmonies of #0C013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C013A

Black with #0C013A

Text Example


Text Example

White with #0C013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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