Html Css Color HEX #143354 Regal Blue

📋 copy color: '#143354'

red 20 ◦ green 51 ◦ blue 84

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

Shades of Regal Blue #143354

Tints of Regal Blue #143354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.9%

 BLUE value IS 84 (33.2% from 255) = 54.19%

R = 12.9%
G = 32.9%
B = 54.19%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#143354 (or 0x143354) is known color: Regal Blue. HEX triplet: 14, 33 and 54. RGB value is (20,51,84). Sum of RGB (Red+Green+Blue) = 20+51+84=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #143354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143354 is #EBCCAB. Grayscale: #2D2D2D. Windows color (decimal): -15453356 or 5518100. OLE color: 5518100.

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

Color convert

RGB 20 51 84 -
CMYK 0.76 0.39 0 0.67
HSL 210.94º 0.62% 0.2% -
HSV(B) 210.94º 0.76% 0.33% -
XYZ 3.07 3.16 8.83 -
YUV 45.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 20 51 84 0.76 0.39 0 0.67 210.94 0.62 0.2
Hex 14 33 54 4C 27 0 43 D3 3E 14
Octal 24 63 124 114 47 0 103 323 76 24
Binary 10100 110011 1010100 1001100 100111 0 1000011 11010011 111110 10100

Color Harmonies of #143354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143354

Black with #143354

Text Example


Text Example

White with #143354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143354; }

 p { color: rgb(20,51,84); }

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

background-color css

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

 a { background-color: rgb(20,51,84); }

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

border-color css

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

 span { border-color: rgb(20,51,84); }

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