Html Css Color HEX #143760 Regal Blue

📋 copy color: '#143760'

red 20 ◦ green 55 ◦ blue 96

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

Shades of Regal Blue #143760

Tints of Regal Blue #143760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.16%

 BLUE value IS 96 (37.89% from 255) = 56.14%

R = 11.7%
G = 32.16%
B = 56.14%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#143760 (or 0x143760) is known color: Regal Blue. HEX triplet: 14, 37 and 60. RGB value is (20,55,96). Sum of RGB (Red+Green+Blue) = 20+55+96=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #143760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143760 is #EBC89F. Grayscale: #313131. Windows color (decimal): -15452320 or 6305556. OLE color: 6305556.

HSL color Cylindrical-coordinate representation of color #143760: hue angle of 212.37º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #143760 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 55 96 -
CMYK 0.79 0.43 0 0.62
HSL 212.37º 0.66% 0.23% -
HSV(B) 212.37º 0.79% 0.38% -
XYZ 3.77 3.73 11.59 -
YUV 49.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 20 55 96 0.79 0.43 0 0.62 212.37 0.66 0.23
Hex 14 37 60 4F 2B 0 3E D4 42 17
Octal 24 67 140 117 53 0 76 324 102 27
Binary 10100 110111 1100000 1001111 101011 0 111110 11010100 1000010 10111

Color Harmonies of #143760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143760

Black with #143760

Text Example


Text Example

White with #143760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143760; }

 p { color: rgb(20,55,96); }

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

background-color css

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

 a { background-color: rgb(20,55,96); }

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

border-color css

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

 span { border-color: rgb(20,55,96); }

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