Html Css Color HEX #143B55 Regal Blue

📋 copy color: '#143B55'

red 20 ◦ green 59 ◦ blue 85

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

Shades of Regal Blue #143B55

Tints of Regal Blue #143B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.98%

 BLUE value IS 85 (33.59% from 255) = 51.83%

R = 12.2%
G = 35.98%
B = 51.83%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#143B55 (or 0x143B55) is known color: Regal Blue. HEX triplet: 14, 3B and 55. RGB value is (20,59,85). Sum of RGB (Red+Green+Blue) = 20+59+85=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #143B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B55 is #EBC4AA. Grayscale: #323232. Windows color (decimal): -15451307 or 5585684. OLE color: 5585684.

HSL color Cylindrical-coordinate representation of color #143B55: hue angle of 204º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143B55 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 59 85 -
CMYK 0.76 0.31 0 0.67
HSL 204º 0.62% 0.21% -
HSV(B) 204º 0.76% 0.33% -
XYZ 3.49 3.93 9.17 -
YUV 50.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 20 59 85 0.76 0.31 0 0.67 204 0.62 0.21
Hex 14 3B 55 4C 1F 0 43 CC 3E 15
Octal 24 73 125 114 37 0 103 314 76 25
Binary 10100 111011 1010101 1001100 11111 0 1000011 11001100 111110 10101

Color Harmonies of #143B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B55

Black with #143B55

Text Example


Text Example

White with #143B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,59,85); }

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

background-color css

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

 a { background-color: rgb(20,59,85); }

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

border-color css

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

 span { border-color: rgb(20,59,85); }

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