Html Css Color HEX #14337F Dark Cerulean

📋 copy color: '#14337F'

red 20 ◦ green 51 ◦ blue 127

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

Shades of Dark Cerulean #14337F

Tints of Dark Cerulean #14337F

RGB

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

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

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

R = 10.1%
G = 25.76%
B = 64.14%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14337F (or 0x14337F) is known color: Dark Cerulean. HEX triplet: 14, 33 and 7F. RGB value is (20,51,127). Sum of RGB (Red+Green+Blue) = 20+51+127=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #14337F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14337F is #EBCC80. Grayscale: #323232. Windows color (decimal): -15453313 or 8336148. OLE color: 8336148.

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

Color convert

RGB 20 51 127 -
CMYK 0.84 0.60 0 0.50
HSL 222.62º 0.73% 0.29% -
HSV(B) 222.62º 0.84% 0.5% -
XYZ 5.3 4.05 20.58 -
YUV 50.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 20 51 127 0.84 0.60 0 0.50 222.62 0.73 0.29
Hex 14 33 7F 54 3C 0 32 DF 49 1D
Octal 24 63 177 124 74 0 62 337 111 35
Binary 10100 110011 1111111 1010100 111100 0 110010 11011111 1001001 11101

Color Harmonies of #14337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14337F

Black with #14337F

Text Example


Text Example

White with #14337F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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