Html Css Color HEX #143853 Regal Blue

📋 copy color: '#143853'

red 20 ◦ green 56 ◦ blue 83

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

Shades of Regal Blue #143853

Tints of Regal Blue #143853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.22%

 BLUE value IS 83 (32.81% from 255) = 52.2%

R = 12.58%
G = 35.22%
B = 52.2%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#143853 (or 0x143853) is known color: Regal Blue. HEX triplet: 14, 38 and 53. RGB value is (20,56,83). Sum of RGB (Red+Green+Blue) = 20+56+83=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #143853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143853 is #EBC7AC. Grayscale: #303030. Windows color (decimal): -15452077 or 5453844. OLE color: 5453844.

HSL color Cylindrical-coordinate representation of color #143853: hue angle of 205.71º degrees, saturation: 0.61, 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 #143853 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 56 83 -
CMYK 0.76 0.33 0 0.67
HSL 205.71º 0.61% 0.2% -
HSV(B) 205.71º 0.76% 0.33% -
XYZ 3.26 3.6 8.71 -
YUV 48.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 20 56 83 0.76 0.33 0 0.67 205.71 0.61 0.2
Hex 14 38 53 4C 21 0 43 CE 3D 14
Octal 24 70 123 114 41 0 103 316 75 24
Binary 10100 111000 1010011 1001100 100001 0 1000011 11001110 111101 10100

Color Harmonies of #143853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143853

Black with #143853

Text Example


Text Example

White with #143853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143853; }

 p { color: rgb(20,56,83); }

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

background-color css

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

 a { background-color: rgb(20,56,83); }

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

border-color css

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

 span { border-color: rgb(20,56,83); }

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