Html Css Color HEX #134177 Dark Cerulean

📋 copy color: '#134177'

red 19 ◦ green 65 ◦ blue 119

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

Shades of Dark Cerulean #134177

Tints of Dark Cerulean #134177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

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

R = 9.36%
G = 32.02%
B = 58.62%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134177 (or 0x134177) is known color: Dark Cerulean. HEX triplet: 13, 41 and 77. RGB value is (19,65,119). Sum of RGB (Red+Green+Blue) = 19+65+119=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #134177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134177 is #ECBE88. Grayscale: #393939. Windows color (decimal): -15515273 or 7815443. OLE color: 7815443.

HSL color Cylindrical-coordinate representation of color #134177: hue angle of 212.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 #134177 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 65 119 -
CMYK 0.84 0.45 0 0.53
HSL 212.4º 0.72% 0.27% -
HSV(B) 212.4º 0.84% 0.47% -
XYZ 5.49 5.25 18.18 -
YUV 57.4 162.76 100.61 -
System Red Green Blue C M Y K H S L
Decimal 19 65 119 0.84 0.45 0 0.53 212.4 0.72 0.27
Hex 13 41 77 54 2D 0 35 D4 48 1B
Octal 23 101 167 124 55 0 65 324 110 33
Binary 10011 1000001 1110111 1010100 101101 0 110101 11010100 1001000 11011

Color Harmonies of #134177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134177

Black with #134177

Text Example


Text Example

White with #134177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134177; }

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

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

background-color css

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

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

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

border-color css

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

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

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