Html Css Color HEX #143E5C Regal Blue

📋 copy color: '#143E5C'

red 20 ◦ green 62 ◦ blue 92

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

Shades of Regal Blue #143E5C

Tints of Regal Blue #143E5C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.63%

 BLUE value IS 92 (36.33% from 255) = 52.87%

R = 11.49%
G = 35.63%
B = 52.87%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#143E5C (or 0x143E5C) is known color: Regal Blue. HEX triplet: 14, 3E and 5C. RGB value is (20,62,92). Sum of RGB (Red+Green+Blue) = 20+62+92=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #143E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E5C is #EBC1A3. Grayscale: #343434. Windows color (decimal): -15450532 or 6045204. OLE color: 6045204.

HSL color Cylindrical-coordinate representation of color #143E5C: hue angle of 205º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #143E5C is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 62 92 -
CMYK 0.78 0.33 0 0.64
HSL 205º 0.64% 0.22% -
HSV(B) 205º 0.78% 0.36% -
XYZ 3.94 4.37 10.76 -
YUV 52.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 20 62 92 0.78 0.33 0 0.64 205 0.64 0.22
Hex 14 3E 5C 4E 21 0 40 CD 40 16
Octal 24 76 134 116 41 0 100 315 100 26
Binary 10100 111110 1011100 1001110 100001 0 1000000 11001101 1000000 10110

Color Harmonies of #143E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143E5C

Black with #143E5C

Text Example


Text Example

White with #143E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143E5C; }

 p { color: rgb(20,62,92); }

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

background-color css

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

 a { background-color: rgb(20,62,92); }

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

border-color css

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

 span { border-color: rgb(20,62,92); }

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