Html Css Color HEX #134676 Dark Cerulean

📋 copy color: '#134676'

red 19 ◦ green 70 ◦ blue 118

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

Shades of Dark Cerulean #134676

Tints of Dark Cerulean #134676

RGB

 RED value IS 19 (7.81% from 255) = 9.18%

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

 BLUE value IS 118 (46.48% from 255) = 57%

R = 9.18%
G = 33.82%
B = 57%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#134676 (or 0x134676) is known color: Dark Cerulean. HEX triplet: 13, 46 and 76. RGB value is (19,70,118). Sum of RGB (Red+Green+Blue) = 19+70+118=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #134676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134676 is #ECB989. Grayscale: #3B3B3B. Windows color (decimal): -15513994 or 7751187. OLE color: 7751187.

HSL color Cylindrical-coordinate representation of color #134676: hue angle of 209.09º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134676 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 70 118 -
CMYK 0.84 0.41 0 0.54
HSL 209.09º 0.72% 0.27% -
HSV(B) 209.09º 0.84% 0.46% -
XYZ 5.73 5.83 17.96 -
YUV 60.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 19 70 118 0.84 0.41 0 0.54 209.09 0.72 0.27
Hex 13 46 76 54 29 0 36 D1 48 1B
Octal 23 106 166 124 51 0 66 321 110 33
Binary 10011 1000110 1110110 1010100 101001 0 110110 11010001 1001000 11011

Color Harmonies of #134676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134676

Black with #134676

Text Example


Text Example

White with #134676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134676; }

 p { color: rgb(19,70,118); }

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

background-color css

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

 a { background-color: rgb(19,70,118); }

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

border-color css

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

 span { border-color: rgb(19,70,118); }

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