Html Css Color HEX #143355 Regal Blue

📋 copy color: '#143355'

red 20 ◦ green 51 ◦ blue 85

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

Shades of Regal Blue #143355

Tints of Regal Blue #143355

RGB

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

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

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

R = 12.82%
G = 32.69%
B = 54.49%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#143355 (or 0x143355) is known color: Regal Blue. HEX triplet: 14, 33 and 55. RGB value is (20,51,85). Sum of RGB (Red+Green+Blue) = 20+51+85=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #143355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143355 is #EBCCAA. Grayscale: #2D2D2D. Windows color (decimal): -15453355 or 5583636. OLE color: 5583636.

HSL color Cylindrical-coordinate representation of color #143355: hue angle of 211.38º 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 #143355 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 51 85 -
CMYK 0.76 0.40 0 0.67
HSL 211.38º 0.62% 0.21% -
HSV(B) 211.38º 0.76% 0.33% -
XYZ 3.11 3.17 9.04 -
YUV 45.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 20 51 85 0.76 0.40 0 0.67 211.38 0.62 0.21
Hex 14 33 55 4C 28 0 43 D3 3E 15
Octal 24 63 125 114 50 0 103 323 76 25
Binary 10100 110011 1010101 1001100 101000 0 1000011 11010011 111110 10101

Color Harmonies of #143355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143355

Black with #143355

Text Example


Text Example

White with #143355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143355; }

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

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

background-color css

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

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

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

border-color css

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

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

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