Html Css Color HEX #143F5C Regal Blue

📋 copy color: '#143F5C'

red 20 ◦ green 63 ◦ blue 92

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

Shades of Regal Blue #143F5C

Tints of Regal Blue #143F5C

RGB

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

 GREEN value IS 63 (25% from 255) = 36%

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

R = 11.43%
G = 36%
B = 52.57%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#143F5C (or 0x143F5C) is known color: Regal Blue. HEX triplet: 14, 3F and 5C. RGB value is (20,63,92). Sum of RGB (Red+Green+Blue) = 20+63+92=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #143F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F5C is #EBC0A3. Grayscale: #353535. Windows color (decimal): -15450276 or 6045460. OLE color: 6045460.

HSL color Cylindrical-coordinate representation of color #143F5C: hue angle of 204.17º 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 #143F5C is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 63 92 -
CMYK 0.78 0.32 0 0.64
HSL 204.17º 0.64% 0.22% -
HSV(B) 204.17º 0.78% 0.36% -
XYZ 4 4.48 10.78 -
YUV 53.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 20 63 92 0.78 0.32 0 0.64 204.17 0.64 0.22
Hex 14 3F 5C 4E 20 0 40 CC 40 16
Octal 24 77 134 116 40 0 100 314 100 26
Binary 10100 111111 1011100 1001110 100000 0 1000000 11001100 1000000 10110

Color Harmonies of #143F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F5C

Black with #143F5C

Text Example


Text Example

White with #143F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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