Html Css Color HEX #14397E Dark Cerulean

📋 copy color: '#14397E'

red 20 ◦ green 57 ◦ blue 126

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

Shades of Dark Cerulean #14397E

Tints of Dark Cerulean #14397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.08%

 BLUE value IS 126 (49.61% from 255) = 62.07%

R = 9.85%
G = 28.08%
B = 62.07%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14397E (or 0x14397E) is known color: Dark Cerulean. HEX triplet: 14, 39 and 7E. RGB value is (20,57,126). Sum of RGB (Red+Green+Blue) = 20+57+126=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #14397E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14397E is #EBC681. Grayscale: #353535. Windows color (decimal): -15451778 or 8272148. OLE color: 8272148.

HSL color Cylindrical-coordinate representation of color #14397E: hue angle of 219.06º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14397E is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 57 126 -
CMYK 0.84 0.55 0 0.51
HSL 219.06º 0.73% 0.29% -
HSV(B) 219.06º 0.84% 0.49% -
XYZ 5.52 4.58 20.33 -
YUV 53.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 20 57 126 0.84 0.55 0 0.51 219.06 0.73 0.29
Hex 14 39 7E 54 37 0 33 DB 49 1D
Octal 24 71 176 124 67 0 63 333 111 35
Binary 10100 111001 1111110 1010100 110111 0 110011 11011011 1001001 11101

Color Harmonies of #14397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14397E

Black with #14397E

Text Example


Text Example

White with #14397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14397E; }

 p { color: rgb(20,57,126); }

 H1.HeaderClassName
 {
   color: #14397E;
 }
 .AnyTagClassName
 {
   color: #14397E;
 }
</style>

background-color css

<style>
 a { background-color: #14397E; }

 a { background-color: rgb(20,57,126); }

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

border-color css

<style>
 span { border-color: #14397E; }

 span { border-color: rgb(20,57,126); }

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