Html Css Color HEX #14467F Dark Cerulean

📋 copy color: '#14467F'

red 20 ◦ green 70 ◦ blue 127

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

Shades of Dark Cerulean #14467F

Tints of Dark Cerulean #14467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.26%

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

R = 9.22%
G = 32.26%
B = 58.53%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14467F (or 0x14467F) is known color: Dark Cerulean. HEX triplet: 14, 46 and 7F. RGB value is (20,70,127). Sum of RGB (Red+Green+Blue) = 20+70+127=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #14467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14467F is #EBB980. Grayscale: #3D3D3D. Windows color (decimal): -15448449 or 8341012. OLE color: 8341012.

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

Color convert

RGB 20 70 127 -
CMYK 0.84 0.45 0 0.50
HSL 211.96º 0.73% 0.29% -
HSV(B) 211.96º 0.84% 0.5% -
XYZ 6.31 6.06 20.92 -
YUV 61.55 164.94 98.37 -
System Red Green Blue C M Y K H S L
Decimal 20 70 127 0.84 0.45 0 0.50 211.96 0.73 0.29
Hex 14 46 7F 54 2D 0 32 D4 49 1D
Octal 24 106 177 124 55 0 62 324 111 35
Binary 10100 1000110 1111111 1010100 101101 0 110010 11010100 1001001 11101

Color Harmonies of #14467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14467F

Black with #14467F

Text Example


Text Example

White with #14467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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