Html Css Color HEX #133783 Dark Cerulean

📋 copy color: '#133783'

red 19 ◦ green 55 ◦ blue 131

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

Shades of Dark Cerulean #133783

Tints of Dark Cerulean #133783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 63.9%

R = 9.27%
G = 26.83%
B = 63.9%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#133783 (or 0x133783) is known color: Dark Cerulean. HEX triplet: 13, 37 and 83. RGB value is (19,55,131). Sum of RGB (Red+Green+Blue) = 19+55+131=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #133783 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133783 is #ECC87C. Grayscale: #343434. Windows color (decimal): -15517821 or 8599315. OLE color: 8599315.

HSL color Cylindrical-coordinate representation of color #133783: hue angle of 220.71º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133783 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 55 131 -
CMYK 0.85 0.58 0 0.49
HSL 220.71º 0.75% 0.29% -
HSV(B) 220.71º 0.85% 0.51% -
XYZ 5.73 4.51 22.04 -
YUV 52.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 19 55 131 0.85 0.58 0 0.49 220.71 0.75 0.29
Hex 13 37 83 55 3A 0 31 DD 4B 1D
Octal 23 67 203 125 72 0 61 335 113 35
Binary 10011 110111 10000011 1010101 111010 0 110001 11011101 1001011 11101

Color Harmonies of #133783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133783

Black with #133783

Text Example


Text Example

White with #133783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133783; }

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

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

background-color css

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

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

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

border-color css

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

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

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