Html Css Color HEX #0C002E Tolopea

📋 copy color: '#0C002E'

red 12 ◦ green 0 ◦ blue 46

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

Shades of Tolopea #0C002E

Tints of Tolopea #0C002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 79.31%

R = 20.69%
G = 0%
B = 79.31%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0C002E (or 0x0C002E) is known color: Tolopea. HEX triplet: 0C, 00 and 2E. RGB value is (12,0,46). Sum of RGB (Red+Green+Blue) = 12+0+46=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 46 (18.36% from 255 or 79.31% from 58); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C002E is #F3FFD1. Grayscale: #080808. Windows color (decimal): -15990738 or 3014668. OLE color: 3014668.

HSL color Cylindrical-coordinate representation of color #0C002E: hue angle of 255.65º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C002E is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 12 0 46 -
CMYK 0.74 1 0 0.82
HSL 255.65º 1% 0.09% -
HSV(B) 255.65º 1% 0.18% -
XYZ 0.64 0.28 2.6 -
YUV 8.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 12 0 46 0.74 1 0 0.82 255.65 1 0.09
Hex C 0 2E 4A 64 0 52 100 64 9
Octal 14 0 56 112 144 0 122 400 144 11
Binary 1100 0 101110 1001010 1100100 0 1010010 100000000 1100100 1001

Color Harmonies of #0C002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C002E

Black with #0C002E

Text Example


Text Example

White with #0C002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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