Html Css Color HEX #12063D Tolopea

📋 copy color: '#12063D'

red 18 ◦ green 6 ◦ blue 61

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

Shades of Tolopea #12063D

Tints of Tolopea #12063D

RGB

 RED value IS 18 (7.42% from 255) = 21.18%

 GREEN value IS 6 (2.73% from 255) = 7.06%

 BLUE value IS 61 (24.22% from 255) = 71.76%

R = 21.18%
G = 7.06%
B = 71.76%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#12063D (or 0x12063D) is known color: Tolopea. HEX triplet: 12, 06 and 3D. RGB value is (18,6,61). Sum of RGB (Red+Green+Blue) = 18+6+61=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 61 (24.22% from 255 or 71.76% from 85); Max value from RGB is 61 - color contains mainly: blue. Hex color #12063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12063D is #EDF9C2. Grayscale: #0F0F0F. Windows color (decimal): -15595971 or 3999250. OLE color: 3999250.

HSL color Cylindrical-coordinate representation of color #12063D: hue angle of 253.09º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12063D is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 6 61 -
CMYK 0.70 0.90 0 0.76
HSL 253.09º 0.82% 0.13% -
HSV(B) 253.09º 0.9% 0.24% -
XYZ 1.16 0.6 4.47 -
YUV 15.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 18 6 61 0.70 0.90 0 0.76 253.09 0.82 0.13
Hex 12 6 3D 46 5A 0 4C FD 52 D
Octal 22 6 75 106 132 0 114 375 122 15
Binary 10010 110 111101 1000110 1011010 0 1001100 11111101 1010010 1101

Color Harmonies of #12063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12063D

Black with #12063D

Text Example


Text Example

White with #12063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12063D; }

 p { color: rgb(18,6,61); }

 H1.HeaderClassName
 {
   color: #12063D;
 }
 .AnyTagClassName
 {
   color: #12063D;
 }
</style>

background-color css

<style>
 a { background-color: #12063D; }

 a { background-color: rgb(18,6,61); }

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

border-color css

<style>
 span { border-color: #12063D; }

 span { border-color: rgb(18,6,61); }

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