Html Css Color HEX #14448F Dark Cerulean

📋 copy color: '#14448F'

red 20 ◦ green 68 ◦ blue 143

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

Shades of Dark Cerulean #14448F

Tints of Dark Cerulean #14448F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.44%

 BLUE value IS 143 (56.25% from 255) = 61.9%

R = 8.66%
G = 29.44%
B = 61.9%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14448F (or 0x14448F) is known color: Dark Cerulean. HEX triplet: 14, 44 and 8F. RGB value is (20,68,143). Sum of RGB (Red+Green+Blue) = 20+68+143=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #14448F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14448F is #EBBB70. Grayscale: #3D3D3D. Windows color (decimal): -15448945 or 9389076. OLE color: 9389076.

HSL color Cylindrical-coordinate representation of color #14448F: hue angle of 216.59º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14448F is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 68 143 -
CMYK 0.86 0.52 0 0.44
HSL 216.59º 0.75% 0.32% -
HSV(B) 216.59º 0.86% 0.56% -
XYZ 7.31 6.27 26.81 -
YUV 62.2 173.6 97.9 -
System Red Green Blue C M Y K H S L
Decimal 20 68 143 0.86 0.52 0 0.44 216.59 0.75 0.32
Hex 14 44 8F 56 34 0 2C D9 4B 20
Octal 24 104 217 126 64 0 54 331 113 40
Binary 10100 1000100 10001111 1010110 110100 0 101100 11011001 1001011 100000

Color Harmonies of #14448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14448F

Black with #14448F

Text Example


Text Example

White with #14448F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,68,143); }

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

background-color css

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

 a { background-color: rgb(20,68,143); }

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

border-color css

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

 span { border-color: rgb(20,68,143); }

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