Html Css Color HEX #0C013B Tolopea

📋 copy color: '#0C013B'

red 12 ◦ green 1 ◦ blue 59

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

Shades of Tolopea #0C013B

Tints of Tolopea #0C013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 81.94%

R = 16.67%
G = 1.39%
B = 81.94%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0C013B (or 0x0C013B) is known color: Tolopea. HEX triplet: 0C, 01 and 3B. RGB value is (12,1,59). Sum of RGB (Red+Green+Blue) = 12+1+59=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 59 (23.44% from 255 or 81.94% from 72); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C013B is #F3FEC4. Grayscale: #0A0A0A. Windows color (decimal): -15990469 or 3866892. OLE color: 3866892.

HSL color Cylindrical-coordinate representation of color #0C013B: hue angle of 251.38º 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 #0C013B is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 1 59 -
CMYK 0.80 0.98 0 0.77
HSL 251.38º 0.97% 0.12% -
HSV(B) 251.38º 0.98% 0.23% -
XYZ 0.95 0.42 4.17 -
YUV 10.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 12 1 59 0.80 0.98 0 0.77 251.38 0.97 0.12
Hex C 1 3B 50 62 0 4D FB 61 C
Octal 14 1 73 120 142 0 115 373 141 14
Binary 1100 1 111011 1010000 1100010 0 1001101 11111011 1100001 1100

Color Harmonies of #0C013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C013B

Black with #0C013B

Text Example


Text Example

White with #0C013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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