Html Css Color HEX #143358 Regal Blue

📋 copy color: '#143358'

red 20 ◦ green 51 ◦ blue 88

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

Shades of Regal Blue #143358

Tints of Regal Blue #143358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 55.35%

R = 12.58%
G = 32.08%
B = 55.35%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#143358 (or 0x143358) is known color: Regal Blue. HEX triplet: 14, 33 and 58. RGB value is (20,51,88). Sum of RGB (Red+Green+Blue) = 20+51+88=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #143358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143358 is #EBCCA7. Grayscale: #2D2D2D. Windows color (decimal): -15453352 or 5780244. OLE color: 5780244.

HSL color Cylindrical-coordinate representation of color #143358: hue angle of 212.65º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143358 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 51 88 -
CMYK 0.77 0.42 0 0.65
HSL 212.65º 0.63% 0.21% -
HSV(B) 212.65º 0.77% 0.35% -
XYZ 3.23 3.22 9.68 -
YUV 45.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 20 51 88 0.77 0.42 0 0.65 212.65 0.63 0.21
Hex 14 33 58 4D 2A 0 41 D5 3F 15
Octal 24 63 130 115 52 0 101 325 77 25
Binary 10100 110011 1011000 1001101 101010 0 1000001 11010101 111111 10101

Color Harmonies of #143358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143358

Black with #143358

Text Example


Text Example

White with #143358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143358; }

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

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

background-color css

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

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

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

border-color css

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

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

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