Html Css Color HEX #143C69 Regal Blue

📋 copy color: '#143C69'

red 20 ◦ green 60 ◦ blue 105

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

Shades of Regal Blue #143C69

Tints of Regal Blue #143C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.43%

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

R = 10.81%
G = 32.43%
B = 56.76%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143C69 (or 0x143C69) is known color: Regal Blue. HEX triplet: 14, 3C and 69. RGB value is (20,60,105). Sum of RGB (Red+Green+Blue) = 20+60+105=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #143C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C69 is #EBC396. Grayscale: #343434. Windows color (decimal): -15451031 or 6896660. OLE color: 6896660.

HSL color Cylindrical-coordinate representation of color #143C69: hue angle of 211.76º 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 #143C69 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 60 105 -
CMYK 0.81 0.43 0 0.59
HSL 211.76º 0.68% 0.25% -
HSV(B) 211.76º 0.81% 0.41% -
XYZ 4.45 4.4 13.98 -
YUV 53.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 20 60 105 0.81 0.43 0 0.59 211.76 0.68 0.25
Hex 14 3C 69 51 2B 0 3B D4 44 19
Octal 24 74 151 121 53 0 73 324 104 31
Binary 10100 111100 1101001 1010001 101011 0 111011 11010100 1000100 11001

Color Harmonies of #143C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C69

Black with #143C69

Text Example


Text Example

White with #143C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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