Html Css Color HEX #14436B Dark Cerulean

📋 copy color: '#14436B'

red 20 ◦ green 67 ◦ blue 107

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

Shades of Dark Cerulean #14436B

Tints of Dark Cerulean #14436B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.54%

 BLUE value IS 107 (42.19% from 255) = 55.15%

R = 10.31%
G = 34.54%
B = 55.15%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14436B (or 0x14436B) is known color: Dark Cerulean. HEX triplet: 14, 43 and 6B. RGB value is (20,67,107). Sum of RGB (Red+Green+Blue) = 20+67+107=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #14436B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14436B is #EBBC94. Grayscale: #393939. Windows color (decimal): -15449237 or 7029524. OLE color: 7029524.

HSL color Cylindrical-coordinate representation of color #14436B: hue angle of 207.59º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14436B is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 67 107 -
CMYK 0.81 0.37 0 0.58
HSL 207.59º 0.69% 0.25% -
HSV(B) 207.59º 0.81% 0.42% -
XYZ 4.95 5.22 14.66 -
YUV 57.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 20 67 107 0.81 0.37 0 0.58 207.59 0.69 0.25
Hex 14 43 6B 51 25 0 3A D0 45 19
Octal 24 103 153 121 45 0 72 320 105 31
Binary 10100 1000011 1101011 1010001 100101 0 111010 11010000 1000101 11001

Color Harmonies of #14436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14436B

Black with #14436B

Text Example


Text Example

White with #14436B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14436B; }

 p { color: rgb(20,67,107); }

 H1.HeaderClassName
 {
   color: #14436B;
 }
 .AnyTagClassName
 {
   color: #14436B;
 }
</style>

background-color css

<style>
 a { background-color: #14436B; }

 a { background-color: rgb(20,67,107); }

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

border-color css

<style>
 span { border-color: #14436B; }

 span { border-color: rgb(20,67,107); }

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