Html Css Color HEX #133C84 Dark Cerulean

📋 copy color: '#133C84'

red 19 ◦ green 60 ◦ blue 132

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

Shades of Dark Cerulean #133C84

Tints of Dark Cerulean #133C84

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.44%

 BLUE value IS 132 (51.95% from 255) = 62.56%

R = 9%
G = 28.44%
B = 62.56%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#133C84 (or 0x133C84) is known color: Dark Cerulean. HEX triplet: 13, 3C and 84. RGB value is (19,60,132). Sum of RGB (Red+Green+Blue) = 19+60+132=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #133C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133C84 is #ECC37B. Grayscale: #373737. Windows color (decimal): -15516540 or 8666131. OLE color: 8666131.

HSL color Cylindrical-coordinate representation of color #133C84: hue angle of 218.23º 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 #133C84 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 60 132 -
CMYK 0.86 0.55 0 0.48
HSL 218.23º 0.75% 0.3% -
HSV(B) 218.23º 0.86% 0.52% -
XYZ 6.05 5.04 22.48 -
YUV 55.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 19 60 132 0.86 0.55 0 0.48 218.23 0.75 0.3
Hex 13 3C 84 56 37 0 30 DA 4B 1E
Octal 23 74 204 126 67 0 60 332 113 36
Binary 10011 111100 10000100 1010110 110111 0 110000 11011010 1001011 11110

Color Harmonies of #133C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C84

Black with #133C84

Text Example


Text Example

White with #133C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,60,132); }

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

background-color css

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

 a { background-color: rgb(19,60,132); }

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

border-color css

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

 span { border-color: rgb(19,60,132); }

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