Html Css Color HEX #14347C Dark Cerulean

📋 copy color: '#14347C'

red 20 ◦ green 52 ◦ blue 124

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

Shades of Dark Cerulean #14347C

Tints of Dark Cerulean #14347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.53%

 BLUE value IS 124 (48.83% from 255) = 63.27%

R = 10.2%
G = 26.53%
B = 63.27%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14347C (or 0x14347C) is known color: Dark Cerulean. HEX triplet: 14, 34 and 7C. RGB value is (20,52,124). Sum of RGB (Red+Green+Blue) = 20+52+124=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #14347C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14347C is #EBCB83. Grayscale: #323232. Windows color (decimal): -15453060 or 8139796. OLE color: 8139796.

HSL color Cylindrical-coordinate representation of color #14347C: hue angle of 221.54º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14347C is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 52 124 -
CMYK 0.84 0.58 0 0.51
HSL 221.54º 0.72% 0.28% -
HSV(B) 221.54º 0.84% 0.49% -
XYZ 5.15 4.06 19.58 -
YUV 50.64 169.4 106.15 -
System Red Green Blue C M Y K H S L
Decimal 20 52 124 0.84 0.58 0 0.51 221.54 0.72 0.28
Hex 14 34 7C 54 3A 0 33 DE 48 1C
Octal 24 64 174 124 72 0 63 336 110 34
Binary 10100 110100 1111100 1010100 111010 0 110011 11011110 1001000 11100

Color Harmonies of #14347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14347C

Black with #14347C

Text Example


Text Example

White with #14347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,52,124); }

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

background-color css

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

 a { background-color: rgb(20,52,124); }

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

border-color css

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

 span { border-color: rgb(20,52,124); }

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