Html Css Color HEX #134677 Dark Cerulean

📋 copy color: '#134677'

red 19 ◦ green 70 ◦ blue 119

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

Shades of Dark Cerulean #134677

Tints of Dark Cerulean #134677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 57.21%

R = 9.13%
G = 33.65%
B = 57.21%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134677 (or 0x134677) is known color: Dark Cerulean. HEX triplet: 13, 46 and 77. RGB value is (19,70,119). Sum of RGB (Red+Green+Blue) = 19+70+119=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #134677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134677 is #ECB988. Grayscale: #3C3C3C. Windows color (decimal): -15513993 or 7816723. OLE color: 7816723.

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

Color convert

RGB 19 70 119 -
CMYK 0.84 0.41 0 0.53
HSL 209.4º 0.72% 0.27% -
HSV(B) 209.4º 0.84% 0.47% -
XYZ 5.79 5.85 18.28 -
YUV 60.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 19 70 119 0.84 0.41 0 0.53 209.4 0.72 0.27
Hex 13 46 77 54 29 0 35 D1 48 1B
Octal 23 106 167 124 51 0 65 321 110 33
Binary 10011 1000110 1110111 1010100 101001 0 110101 11010001 1001000 11011

Color Harmonies of #134677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134677

Black with #134677

Text Example


Text Example

White with #134677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134677; }

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

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

background-color css

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

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

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

border-color css

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

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

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