Html Css Color HEX #143F69 Regal Blue

📋 copy color: '#143F69'

red 20 ◦ green 63 ◦ blue 105

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

Shades of Regal Blue #143F69

Tints of Regal Blue #143F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 55.85%

R = 10.64%
G = 33.51%
B = 55.85%

CMYK

 C value IS 0.81

 M value IS 0.4

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143F69 (or 0x143F69) is known color: Regal Blue. HEX triplet: 14, 3F and 69. RGB value is (20,63,105). Sum of RGB (Red+Green+Blue) = 20+63+105=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #143F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F69 is #EBC096. Grayscale: #363636. Windows color (decimal): -15450263 or 6897428. OLE color: 6897428.

HSL color Cylindrical-coordinate representation of color #143F69: hue angle of 209.65º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143F69 is Cyan = 0.81, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 63 105 -
CMYK 0.81 0.4 0 0.59
HSL 209.65º 0.68% 0.25% -
HSV(B) 209.65º 0.81% 0.41% -
XYZ 4.62 4.72 14.03 -
YUV 54.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 20 63 105 0.81 0.4 0 0.59 209.65 0.68 0.25
Hex 14 3F 69 51 28 0 3B D2 44 19
Octal 24 77 151 121 50 0 73 322 104 31
Binary 10100 111111 1101001 1010001 101000 0 111011 11010010 1000100 11001

Color Harmonies of #143F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F69

Black with #143F69

Text Example


Text Example

White with #143F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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