Html Css Color HEX #14385C Regal Blue

📋 copy color: '#14385C'

red 20 ◦ green 56 ◦ blue 92

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

Shades of Regal Blue #14385C

Tints of Regal Blue #14385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.33%

 BLUE value IS 92 (36.33% from 255) = 54.76%

R = 11.9%
G = 33.33%
B = 54.76%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14385C (or 0x14385C) is known color: Regal Blue. HEX triplet: 14, 38 and 5C. RGB value is (20,56,92). Sum of RGB (Red+Green+Blue) = 20+56+92=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #14385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14385C is #EBC7A3. Grayscale: #313131. Windows color (decimal): -15452068 or 6043668. OLE color: 6043668.

HSL color Cylindrical-coordinate representation of color #14385C: hue angle of 210º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14385C is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 56 92 -
CMYK 0.78 0.39 0 0.64
HSL 210º 0.64% 0.22% -
HSV(B) 210º 0.78% 0.36% -
XYZ 3.63 3.75 10.66 -
YUV 49.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 20 56 92 0.78 0.39 0 0.64 210 0.64 0.22
Hex 14 38 5C 4E 27 0 40 D2 40 16
Octal 24 70 134 116 47 0 100 322 100 26
Binary 10100 111000 1011100 1001110 100111 0 1000000 11010010 1000000 10110

Color Harmonies of #14385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14385C

Black with #14385C

Text Example


Text Example

White with #14385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14385C; }

 p { color: rgb(20,56,92); }

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

background-color css

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

 a { background-color: rgb(20,56,92); }

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

border-color css

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

 span { border-color: rgb(20,56,92); }

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