Html Css Color HEX #14273F Tangaroa

📋 copy color: '#14273F'

red 20 ◦ green 39 ◦ blue 63

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

Shades of Tangaroa #14273F

Tints of Tangaroa #14273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.97%

 BLUE value IS 63 (25% from 255) = 51.64%

R = 16.39%
G = 31.97%
B = 51.64%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#14273F (or 0x14273F) is known color: Tangaroa. HEX triplet: 14, 27 and 3F. RGB value is (20,39,63). Sum of RGB (Red+Green+Blue) = 20+39+63=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #14273F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14273F is #EBD8C0. Grayscale: #232323. Windows color (decimal): -15456449 or 4138772. OLE color: 4138772.

HSL color Cylindrical-coordinate representation of color #14273F: hue angle of 213.49º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14273F is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 39 63 -
CMYK 0.68 0.38 0 0.75
HSL 213.49º 0.52% 0.16% -
HSV(B) 213.49º 0.68% 0.25% -
XYZ 1.91 1.96 4.98 -
YUV 36.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 20 39 63 0.68 0.38 0 0.75 213.49 0.52 0.16
Hex 14 27 3F 44 26 0 4B D5 34 10
Octal 24 47 77 104 46 0 113 325 64 20
Binary 10100 100111 111111 1000100 100110 0 1001011 11010101 110100 10000

Color Harmonies of #14273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14273F

Black with #14273F

Text Example


Text Example

White with #14273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14273F; }

 p { color: rgb(20,39,63); }

 H1.HeaderClassName
 {
   color: #14273F;
 }
 .AnyTagClassName
 {
   color: #14273F;
 }
</style>

background-color css

<style>
 a { background-color: #14273F; }

 a { background-color: rgb(20,39,63); }

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

border-color css

<style>
 span { border-color: #14273F; }

 span { border-color: rgb(20,39,63); }

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