Html Css Color HEX #14417F Dark Cerulean

📋 copy color: '#14417F'

red 20 ◦ green 65 ◦ blue 127

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

Shades of Dark Cerulean #14417F

Tints of Dark Cerulean #14417F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 9.43%
G = 30.66%
B = 59.91%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14417F (or 0x14417F) is known color: Dark Cerulean. HEX triplet: 14, 41 and 7F. RGB value is (20,65,127). Sum of RGB (Red+Green+Blue) = 20+65+127=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #14417F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14417F is #EBBE80. Grayscale: #3A3A3A. Windows color (decimal): -15449729 or 8339732. OLE color: 8339732.

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

Color convert

RGB 20 65 127 -
CMYK 0.84 0.49 0 0.50
HSL 214.77º 0.73% 0.29% -
HSV(B) 214.77º 0.84% 0.5% -
XYZ 6.01 5.46 20.82 -
YUV 58.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 20 65 127 0.84 0.49 0 0.50 214.77 0.73 0.29
Hex 14 41 7F 54 31 0 32 D7 49 1D
Octal 24 101 177 124 61 0 62 327 111 35
Binary 10100 1000001 1111111 1010100 110001 0 110010 11010111 1001001 11101

Color Harmonies of #14417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14417F

Black with #14417F

Text Example


Text Example

White with #14417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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