Html Css Color HEX #133D77 Dark Cerulean

📋 copy color: '#133D77'

red 19 ◦ green 61 ◦ blue 119

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

Shades of Dark Cerulean #133D77

Tints of Dark Cerulean #133D77

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.65%

 BLUE value IS 119 (46.88% from 255) = 59.8%

R = 9.55%
G = 30.65%
B = 59.8%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133D77 (or 0x133D77) is known color: Dark Cerulean. HEX triplet: 13, 3D and 77. RGB value is (19,61,119). Sum of RGB (Red+Green+Blue) = 19+61+119=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #133D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D77 is #ECC288. Grayscale: #363636. Windows color (decimal): -15516297 or 7814419. OLE color: 7814419.

HSL color Cylindrical-coordinate representation of color #133D77: hue angle of 214.8º degrees, saturation: 0.72, 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 #133D77 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 61 119 -
CMYK 0.84 0.49 0 0.53
HSL 214.8º 0.72% 0.27% -
HSV(B) 214.8º 0.84% 0.47% -
XYZ 5.27 4.81 18.1 -
YUV 55.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 19 61 119 0.84 0.49 0 0.53 214.8 0.72 0.27
Hex 13 3D 77 54 31 0 35 D7 48 1B
Octal 23 75 167 124 61 0 65 327 110 33
Binary 10011 111101 1110111 1010100 110001 0 110101 11010111 1001000 11011

Color Harmonies of #133D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D77

Black with #133D77

Text Example


Text Example

White with #133D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133D77; }

 p { color: rgb(19,61,119); }

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

background-color css

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

 a { background-color: rgb(19,61,119); }

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

border-color css

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

 span { border-color: rgb(19,61,119); }

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