Html Css Color HEX #133983 Dark Cerulean

📋 copy color: '#133983'

red 19 ◦ green 57 ◦ blue 131

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

Shades of Dark Cerulean #133983

Tints of Dark Cerulean #133983

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

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

R = 9.18%
G = 27.54%
B = 63.29%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#133983 (or 0x133983) is known color: Dark Cerulean. HEX triplet: 13, 39 and 83. RGB value is (19,57,131). Sum of RGB (Red+Green+Blue) = 19+57+131=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #133983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133983 is #ECC67C. Grayscale: #353535. Windows color (decimal): -15517309 or 8599827. OLE color: 8599827.

HSL color Cylindrical-coordinate representation of color #133983: hue angle of 219.64º 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 #133983 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 57 131 -
CMYK 0.85 0.56 0 0.49
HSL 219.64º 0.75% 0.29% -
HSV(B) 219.64º 0.85% 0.51% -
XYZ 5.83 4.7 22.07 -
YUV 54.07 171.41 102.98 -
System Red Green Blue C M Y K H S L
Decimal 19 57 131 0.85 0.56 0 0.49 219.64 0.75 0.29
Hex 13 39 83 55 38 0 31 DC 4B 1D
Octal 23 71 203 125 70 0 61 334 113 35
Binary 10011 111001 10000011 1010101 111000 0 110001 11011100 1001011 11101

Color Harmonies of #133983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133983

Black with #133983

Text Example


Text Example

White with #133983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133983; }

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

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

background-color css

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

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

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

border-color css

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

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

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