Html Css Color HEX #14357F Dark Cerulean

📋 copy color: '#14357F'

red 20 ◦ green 53 ◦ blue 127

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

Shades of Dark Cerulean #14357F

Tints of Dark Cerulean #14357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.5%

 BLUE value IS 127 (50% from 255) = 63.5%

R = 10%
G = 26.5%
B = 63.5%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14357F (or 0x14357F) is known color: Dark Cerulean. HEX triplet: 14, 35 and 7F. RGB value is (20,53,127). Sum of RGB (Red+Green+Blue) = 20+53+127=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #14357F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14357F is #EBCA80. Grayscale: #333333. Windows color (decimal): -15452801 or 8336660. OLE color: 8336660.

HSL color Cylindrical-coordinate representation of color #14357F: hue angle of 221.5º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14357F is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 53 127 -
CMYK 0.84 0.58 0 0.50
HSL 221.5º 0.73% 0.29% -
HSV(B) 221.5º 0.84% 0.5% -
XYZ 5.39 4.23 20.61 -
YUV 51.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 20 53 127 0.84 0.58 0 0.50 221.5 0.73 0.29
Hex 14 35 7F 54 3A 0 32 DD 49 1D
Octal 24 65 177 124 72 0 62 335 111 35
Binary 10100 110101 1111111 1010100 111010 0 110010 11011101 1001001 11101

Color Harmonies of #14357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14357F

Black with #14357F

Text Example


Text Example

White with #14357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14357F; }

 p { color: rgb(20,53,127); }

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

background-color css

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

 a { background-color: rgb(20,53,127); }

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

border-color css

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

 span { border-color: rgb(20,53,127); }

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