Html Css Color HEX #14063D Tolopea

📋 copy color: '#14063D'

red 20 ◦ green 6 ◦ blue 61

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

Shades of Tolopea #14063D

Tints of Tolopea #14063D

RGB

 RED value IS 20 (8.2% from 255) = 22.99%

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

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

R = 22.99%
G = 6.9%
B = 70.11%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14063D (or 0x14063D) is known color: Tolopea. HEX triplet: 14, 06 and 3D. RGB value is (20,6,61). Sum of RGB (Red+Green+Blue) = 20+6+61=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 61 (24.22% from 255 or 70.11% from 87); Max value from RGB is 61 - color contains mainly: blue. Hex color #14063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14063D is #EBF9C2. Grayscale: #101010. Windows color (decimal): -15464899 or 3999252. OLE color: 3999252.

HSL color Cylindrical-coordinate representation of color #14063D: hue angle of 255.27º 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 #14063D is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 6 61 -
CMYK 0.67 0.90 0 0.76
HSL 255.27º 0.82% 0.13% -
HSV(B) 255.27º 0.9% 0.24% -
XYZ 1.2 0.62 4.47 -
YUV 16.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 20 6 61 0.67 0.90 0 0.76 255.27 0.82 0.13
Hex 14 6 3D 43 5A 0 4C FF 52 D
Octal 24 6 75 103 132 0 114 377 122 15
Binary 10100 110 111101 1000011 1011010 0 1001100 11111111 1010010 1101

Color Harmonies of #14063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14063D

Black with #14063D

Text Example


Text Example

White with #14063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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