Html Css Color HEX #133785 Dark Cerulean

📋 copy color: '#133785'

red 19 ◦ green 55 ◦ blue 133

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

Shades of Dark Cerulean #133785

Tints of Dark Cerulean #133785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 64.25%

R = 9.18%
G = 26.57%
B = 64.25%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#133785 (or 0x133785) is known color: Dark Cerulean. HEX triplet: 13, 37 and 85. RGB value is (19,55,133). Sum of RGB (Red+Green+Blue) = 19+55+133=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #133785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133785 is #ECC87A. Grayscale: #343434. Windows color (decimal): -15517819 or 8730387. OLE color: 8730387.

HSL color Cylindrical-coordinate representation of color #133785: hue angle of 221.05º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133785 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 55 133 -
CMYK 0.86 0.59 0 0.48
HSL 221.05º 0.75% 0.3% -
HSV(B) 221.05º 0.86% 0.52% -
XYZ 5.87 4.56 22.76 -
YUV 53.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 19 55 133 0.86 0.59 0 0.48 221.05 0.75 0.3
Hex 13 37 85 56 3B 0 30 DD 4B 1E
Octal 23 67 205 126 73 0 60 335 113 36
Binary 10011 110111 10000101 1010110 111011 0 110000 11011101 1001011 11110

Color Harmonies of #133785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133785

Black with #133785

Text Example


Text Example

White with #133785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133785; }

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

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

background-color css

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

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

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

border-color css

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

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

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