Html Css Color HEX #14347F Dark Cerulean

📋 copy color: '#14347F'

red 20 ◦ green 52 ◦ blue 127

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

Shades of Dark Cerulean #14347F

Tints of Dark Cerulean #14347F

RGB

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

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

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

R = 10.05%
G = 26.13%
B = 63.82%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14347F (or 0x14347F) is known color: Dark Cerulean. HEX triplet: 14, 34 and 7F. RGB value is (20,52,127). Sum of RGB (Red+Green+Blue) = 20+52+127=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #14347F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14347F is #EBCB80. Grayscale: #323232. Windows color (decimal): -15453057 or 8336404. OLE color: 8336404.

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

Color convert

RGB 20 52 127 -
CMYK 0.84 0.59 0 0.50
HSL 222.06º 0.73% 0.29% -
HSV(B) 222.06º 0.84% 0.5% -
XYZ 5.35 4.14 20.6 -
YUV 50.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 20 52 127 0.84 0.59 0 0.50 222.06 0.73 0.29
Hex 14 34 7F 54 3B 0 32 DE 49 1D
Octal 24 64 177 124 73 0 62 336 111 35
Binary 10100 110100 1111111 1010100 111011 0 110010 11011110 1001001 11101

Color Harmonies of #14347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14347F

Black with #14347F

Text Example


Text Example

White with #14347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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