Html Css Color HEX #14367F Dark Cerulean

📋 copy color: '#14367F'

red 20 ◦ green 54 ◦ blue 127

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

Shades of Dark Cerulean #14367F

Tints of Dark Cerulean #14367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

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

R = 9.95%
G = 26.87%
B = 63.18%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14367F (or 0x14367F) is known color: Dark Cerulean. HEX triplet: 14, 36 and 7F. RGB value is (20,54,127). Sum of RGB (Red+Green+Blue) = 20+54+127=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #14367F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14367F is #EBC980. Grayscale: #333333. Windows color (decimal): -15452545 or 8336916. OLE color: 8336916.

HSL color Cylindrical-coordinate representation of color #14367F: hue angle of 220.93º 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 #14367F is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 54 127 -
CMYK 0.84 0.57 0 0.50
HSL 220.93º 0.73% 0.29% -
HSV(B) 220.93º 0.84% 0.5% -
XYZ 5.44 4.32 20.63 -
YUV 52.16 170.24 105.06 -
System Red Green Blue C M Y K H S L
Decimal 20 54 127 0.84 0.57 0 0.50 220.93 0.73 0.29
Hex 14 36 7F 54 39 0 32 DD 49 1D
Octal 24 66 177 124 71 0 62 335 111 35
Binary 10100 110110 1111111 1010100 111001 0 110010 11011101 1001001 11101

Color Harmonies of #14367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14367F

Black with #14367F

Text Example


Text Example

White with #14367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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