Html Css Color HEX #14468F Dark Cerulean

📋 copy color: '#14468F'

red 20 ◦ green 70 ◦ blue 143

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

Shades of Dark Cerulean #14468F

Tints of Dark Cerulean #14468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

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

R = 8.58%
G = 30.04%
B = 61.37%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14468F (or 0x14468F) is known color: Dark Cerulean. HEX triplet: 14, 46 and 8F. RGB value is (20,70,143). Sum of RGB (Red+Green+Blue) = 20+70+143=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #14468F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14468F is #EBB970. Grayscale: #3F3F3F. Windows color (decimal): -15448433 or 9389588. OLE color: 9389588.

HSL color Cylindrical-coordinate representation of color #14468F: hue angle of 215.61º 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 #14468F is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 70 143 -
CMYK 0.86 0.51 0 0.44
HSL 215.61º 0.75% 0.32% -
HSV(B) 215.61º 0.86% 0.56% -
XYZ 7.44 6.51 26.85 -
YUV 63.37 172.94 97.06 -
System Red Green Blue C M Y K H S L
Decimal 20 70 143 0.86 0.51 0 0.44 215.61 0.75 0.32
Hex 14 46 8F 56 33 0 2C D8 4B 20
Octal 24 106 217 126 63 0 54 330 113 40
Binary 10100 1000110 10001111 1010110 110011 0 101100 11011000 1001011 100000

Color Harmonies of #14468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14468F

Black with #14468F

Text Example


Text Example

White with #14468F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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