Html Css Color HEX #14437C Dark Cerulean

📋 copy color: '#14437C'

red 20 ◦ green 67 ◦ blue 124

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

Shades of Dark Cerulean #14437C

Tints of Dark Cerulean #14437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.75%

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

R = 9.48%
G = 31.75%
B = 58.77%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14437C (or 0x14437C) is known color: Dark Cerulean. HEX triplet: 14, 43 and 7C. RGB value is (20,67,124). Sum of RGB (Red+Green+Blue) = 20+67+124=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #14437C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14437C is #EBBC83. Grayscale: #3B3B3B. Windows color (decimal): -15449220 or 8143636. OLE color: 8143636.

HSL color Cylindrical-coordinate representation of color #14437C: hue angle of 212.88º 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 #14437C is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 67 124 -
CMYK 0.84 0.46 0 0.51
HSL 212.88º 0.72% 0.28% -
HSV(B) 212.88º 0.84% 0.49% -
XYZ 5.93 5.62 19.84 -
YUV 59.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 20 67 124 0.84 0.46 0 0.51 212.88 0.72 0.28
Hex 14 43 7C 54 2E 0 33 D5 48 1C
Octal 24 103 174 124 56 0 63 325 110 34
Binary 10100 1000011 1111100 1010100 101110 0 110011 11010101 1001000 11100

Color Harmonies of #14437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14437C

Black with #14437C

Text Example


Text Example

White with #14437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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