Html Css Color HEX #133677 Dark Cerulean

📋 copy color: '#133677'

red 19 ◦ green 54 ◦ blue 119

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

Shades of Dark Cerulean #133677

Tints of Dark Cerulean #133677

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.13%

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

R = 9.9%
G = 28.13%
B = 61.98%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133677 (or 0x133677) is known color: Dark Cerulean. HEX triplet: 13, 36 and 77. RGB value is (19,54,119). Sum of RGB (Red+Green+Blue) = 19+54+119=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #133677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133677 is #ECC988. Grayscale: #323232. Windows color (decimal): -15518089 or 7812627. OLE color: 7812627.

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

Color convert

RGB 19 54 119 -
CMYK 0.84 0.55 0 0.53
HSL 219º 0.72% 0.27% -
HSV(B) 219º 0.84% 0.47% -
XYZ 4.92 4.11 17.99 -
YUV 50.95 166.4 105.21 -
System Red Green Blue C M Y K H S L
Decimal 19 54 119 0.84 0.55 0 0.53 219 0.72 0.27
Hex 13 36 77 54 37 0 35 DB 48 1B
Octal 23 66 167 124 67 0 65 333 110 33
Binary 10011 110110 1110111 1010100 110111 0 110101 11011011 1001000 11011

Color Harmonies of #133677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133677

Black with #133677

Text Example


Text Example

White with #133677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133677; }

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

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

background-color css

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

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

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

border-color css

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

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

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