Html Css Color HEX #133775 Dark Cerulean

📋 copy color: '#133775'

red 19 ◦ green 55 ◦ blue 117

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

Shades of Dark Cerulean #133775

Tints of Dark Cerulean #133775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 61.26%

R = 9.95%
G = 28.8%
B = 61.26%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133775 (or 0x133775) is known color: Dark Cerulean. HEX triplet: 13, 37 and 75. RGB value is (19,55,117). Sum of RGB (Red+Green+Blue) = 19+55+117=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #133775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133775 is #ECC88A. Grayscale: #333333. Windows color (decimal): -15517835 or 7681811. OLE color: 7681811.

HSL color Cylindrical-coordinate representation of color #133775: hue angle of 217.96º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133775 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 55 117 -
CMYK 0.84 0.53 0 0.54
HSL 217.96º 0.72% 0.27% -
HSV(B) 217.96º 0.84% 0.46% -
XYZ 4.85 4.16 17.38 -
YUV 51.3 165.07 104.96 -
System Red Green Blue C M Y K H S L
Decimal 19 55 117 0.84 0.53 0 0.54 217.96 0.72 0.27
Hex 13 37 75 54 35 0 36 DA 48 1B
Octal 23 67 165 124 65 0 66 332 110 33
Binary 10011 110111 1110101 1010100 110101 0 110110 11011010 1001000 11011

Color Harmonies of #133775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133775

Black with #133775

Text Example


Text Example

White with #133775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133775; }

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

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

background-color css

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

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

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

border-color css

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

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

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