Html Css Color HEX #133778 Dark Cerulean

📋 copy color: '#133778'

red 19 ◦ green 55 ◦ blue 120

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

Shades of Dark Cerulean #133778

Tints of Dark Cerulean #133778

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.35%

 BLUE value IS 120 (47.27% from 255) = 61.86%

R = 9.79%
G = 28.35%
B = 61.86%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133778 (or 0x133778) is known color: Dark Cerulean. HEX triplet: 13, 37 and 78. RGB value is (19,55,120). Sum of RGB (Red+Green+Blue) = 19+55+120=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #133778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133778 is #ECC887. Grayscale: #333333. Windows color (decimal): -15517832 or 7878419. OLE color: 7878419.

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

Color convert

RGB 19 55 120 -
CMYK 0.84 0.54 0 0.53
HSL 218.61º 0.73% 0.27% -
HSV(B) 218.61º 0.84% 0.47% -
XYZ 5.02 4.23 18.32 -
YUV 51.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 19 55 120 0.84 0.54 0 0.53 218.61 0.73 0.27
Hex 13 37 78 54 36 0 35 DB 49 1B
Octal 23 67 170 124 66 0 65 333 111 33
Binary 10011 110111 1111000 1010100 110110 0 110101 11011011 1001001 11011

Color Harmonies of #133778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133778

Black with #133778

Text Example


Text Example

White with #133778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133778; }

 p { color: rgb(19,55,120); }

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

background-color css

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

 a { background-color: rgb(19,55,120); }

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

border-color css

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

 span { border-color: rgb(19,55,120); }

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