Html Css Color HEX #133F88 Dark Cerulean

📋 copy color: '#133F88'

red 19 ◦ green 63 ◦ blue 136

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

Shades of Dark Cerulean #133F88

Tints of Dark Cerulean #133F88

RGB

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

 GREEN value IS 63 (25% from 255) = 28.9%

 BLUE value IS 136 (53.52% from 255) = 62.39%

R = 8.72%
G = 28.9%
B = 62.39%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#133F88 (or 0x133F88) is known color: Dark Cerulean. HEX triplet: 13, 3F and 88. RGB value is (19,63,136). Sum of RGB (Red+Green+Blue) = 19+63+136=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #133F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F88 is #ECC077. Grayscale: #393939. Windows color (decimal): -15515768 or 8929043. OLE color: 8929043.

HSL color Cylindrical-coordinate representation of color #133F88: hue angle of 217.44º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133F88 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 63 136 -
CMYK 0.86 0.54 0 0.47
HSL 217.44º 0.75% 0.3% -
HSV(B) 217.44º 0.86% 0.53% -
XYZ 6.49 5.47 24.01 -
YUV 58.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 19 63 136 0.86 0.54 0 0.47 217.44 0.75 0.3
Hex 13 3F 88 56 36 0 2F D9 4B 1E
Octal 23 77 210 126 66 0 57 331 113 36
Binary 10011 111111 10001000 1010110 110110 0 101111 11011001 1001011 11110

Color Harmonies of #133F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F88

Black with #133F88

Text Example


Text Example

White with #133F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,63,136); }

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

background-color css

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

 a { background-color: rgb(19,63,136); }

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

border-color css

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

 span { border-color: rgb(19,63,136); }

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