Html Css Color HEX #142F54 Regal Blue

📋 copy color: '#142F54'

red 20 ◦ green 47 ◦ blue 84

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

Shades of Regal Blue #142F54

Tints of Regal Blue #142F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.13%

 BLUE value IS 84 (33.2% from 255) = 55.63%

R = 13.25%
G = 31.13%
B = 55.63%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142F54 (or 0x142F54) is known color: Regal Blue. HEX triplet: 14, 2F and 54. RGB value is (20,47,84). Sum of RGB (Red+Green+Blue) = 20+47+84=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #142F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F54 is #EBD0AB. Grayscale: #2A2A2A. Windows color (decimal): -15454380 or 5517076. OLE color: 5517076.

HSL color Cylindrical-coordinate representation of color #142F54: hue angle of 214.69º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142F54 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 47 84 -
CMYK 0.76 0.44 0 0.67
HSL 214.69º 0.62% 0.2% -
HSV(B) 214.69º 0.76% 0.33% -
XYZ 2.91 2.82 8.78 -
YUV 43.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 20 47 84 0.76 0.44 0 0.67 214.69 0.62 0.2
Hex 14 2F 54 4C 2C 0 43 D7 3E 14
Octal 24 57 124 114 54 0 103 327 76 24
Binary 10100 101111 1010100 1001100 101100 0 1000011 11010111 111110 10100

Color Harmonies of #142F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F54

Black with #142F54

Text Example


Text Example

White with #142F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142F54; }

 p { color: rgb(20,47,84); }

 H1.HeaderClassName
 {
   color: #142F54;
 }
 .AnyTagClassName
 {
   color: #142F54;
 }
</style>

background-color css

<style>
 a { background-color: #142F54; }

 a { background-color: rgb(20,47,84); }

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

border-color css

<style>
 span { border-color: #142F54; }

 span { border-color: rgb(20,47,84); }

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