Html Css Color HEX #14337E Dark Cerulean

📋 copy color: '#14337E'

red 20 ◦ green 51 ◦ blue 126

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

Shades of Dark Cerulean #14337E

Tints of Dark Cerulean #14337E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

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

R = 10.15%
G = 25.89%
B = 63.96%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14337E (or 0x14337E) is known color: Dark Cerulean. HEX triplet: 14, 33 and 7E. RGB value is (20,51,126). Sum of RGB (Red+Green+Blue) = 20+51+126=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 126 (49.61% from 255 or 63.96% from 197); Max value from RGB is 126 - color contains mainly: blue. Hex color #14337E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14337E is #EBCC81. Grayscale: #313131. Windows color (decimal): -15453314 or 8270612. OLE color: 8270612.

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

Color convert

RGB 20 51 126 -
CMYK 0.84 0.60 0 0.51
HSL 222.45º 0.73% 0.29% -
HSV(B) 222.45º 0.84% 0.49% -
XYZ 5.24 4.02 20.24 -
YUV 50.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 20 51 126 0.84 0.60 0 0.51 222.45 0.73 0.29
Hex 14 33 7E 54 3C 0 33 DE 49 1D
Octal 24 63 176 124 74 0 63 336 111 35
Binary 10100 110011 1111110 1010100 111100 0 110011 11011110 1001001 11101

Color Harmonies of #14337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14337E

Black with #14337E

Text Example


Text Example

White with #14337E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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