Html Css Color HEX #143855 Regal Blue

📋 copy color: '#143855'

red 20 ◦ green 56 ◦ blue 85

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

Shades of Regal Blue #143855

Tints of Regal Blue #143855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 52.8%

R = 12.42%
G = 34.78%
B = 52.8%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#143855 (or 0x143855) is known color: Regal Blue. HEX triplet: 14, 38 and 55. RGB value is (20,56,85). Sum of RGB (Red+Green+Blue) = 20+56+85=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #143855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143855 is #EBC7AA. Grayscale: #303030. Windows color (decimal): -15452075 or 5584916. OLE color: 5584916.

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

Color convert

RGB 20 56 85 -
CMYK 0.76 0.34 0 0.67
HSL 206.77º 0.62% 0.21% -
HSV(B) 206.77º 0.76% 0.33% -
XYZ 3.34 3.63 9.12 -
YUV 48.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 20 56 85 0.76 0.34 0 0.67 206.77 0.62 0.21
Hex 14 38 55 4C 22 0 43 CF 3E 15
Octal 24 70 125 114 42 0 103 317 76 25
Binary 10100 111000 1010101 1001100 100010 0 1000011 11001111 111110 10101

Color Harmonies of #143855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143855

Black with #143855

Text Example


Text Example

White with #143855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143855; }

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

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

background-color css

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

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

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

border-color css

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

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

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