Html Css Color HEX #133779 Dark Cerulean

📋 copy color: '#133779'

red 19 ◦ green 55 ◦ blue 121

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

Shades of Dark Cerulean #133779

Tints of Dark Cerulean #133779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 62.05%

R = 9.74%
G = 28.21%
B = 62.05%

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

#133779 (or 0x133779) is known color: Dark Cerulean. HEX triplet: 13, 37 and 79. RGB value is (19,55,121). Sum of RGB (Red+Green+Blue) = 19+55+121=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #133779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133779 is #ECC886. Grayscale: #333333. Windows color (decimal): -15517831 or 7943955. OLE color: 7943955.

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

Color convert

RGB 19 55 121 -
CMYK 0.84 0.55 0 0.53
HSL 218.82º 0.73% 0.27% -
HSV(B) 218.82º 0.84% 0.47% -
XYZ 5.09 4.25 18.64 -
YUV 51.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 19 55 121 0.84 0.55 0 0.53 218.82 0.73 0.27
Hex 13 37 79 54 37 0 35 DB 49 1B
Octal 23 67 171 124 67 0 65 333 111 33
Binary 10011 110111 1111001 1010100 110111 0 110101 11011011 1001001 11011

Color Harmonies of #133779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133779

Black with #133779

Text Example


Text Example

White with #133779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133779; }

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

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

background-color css

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

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

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

border-color css

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

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

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