Html Css Color HEX #133B89 Dark Cerulean

📋 copy color: '#133B89'

red 19 ◦ green 59 ◦ blue 137

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

Shades of Dark Cerulean #133B89

Tints of Dark Cerulean #133B89

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.44%

 BLUE value IS 137 (53.91% from 255) = 63.72%

R = 8.84%
G = 27.44%
B = 63.72%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#133B89 (or 0x133B89) is known color: Dark Cerulean. HEX triplet: 13, 3B and 89. RGB value is (19,59,137). Sum of RGB (Red+Green+Blue) = 19+59+137=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 137 (53.91% from 255 or 63.72% from 215); Max value from RGB is 137 - color contains mainly: blue. Hex color #133B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133B89 is #ECC476. Grayscale: #373737. Windows color (decimal): -15516791 or 8993555. OLE color: 8993555.

HSL color Cylindrical-coordinate representation of color #133B89: hue angle of 219.66º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133B89 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 59 137 -
CMYK 0.86 0.57 0 0.46
HSL 219.66º 0.76% 0.31% -
HSV(B) 219.66º 0.86% 0.54% -
XYZ 6.35 5.07 24.31 -
YUV 55.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 19 59 137 0.86 0.57 0 0.46 219.66 0.76 0.31
Hex 13 3B 89 56 39 0 2E DC 4C 1F
Octal 23 73 211 126 71 0 56 334 114 37
Binary 10011 111011 10001001 1010110 111001 0 101110 11011100 1001100 11111

Color Harmonies of #133B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B89

Black with #133B89

Text Example


Text Example

White with #133B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,59,137); }

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

background-color css

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

 a { background-color: rgb(19,59,137); }

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

border-color css

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

 span { border-color: rgb(19,59,137); }

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