Html Css Color HEX #133B8A Dark Cerulean

📋 copy color: '#133B8A'

red 19 ◦ green 59 ◦ blue 138

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

Shades of Dark Cerulean #133B8A

Tints of Dark Cerulean #133B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 63.89%

R = 8.8%
G = 27.31%
B = 63.89%

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

#133B8A (or 0x133B8A) is known color: Dark Cerulean. HEX triplet: 13, 3B and 8A. RGB value is (19,59,138). Sum of RGB (Red+Green+Blue) = 19+59+138=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #133B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133B8A is #ECC475. Grayscale: #373737. Windows color (decimal): -15516790 or 9059091. OLE color: 9059091.

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

Color convert

RGB 19 59 138 -
CMYK 0.86 0.57 0 0.46
HSL 219.83º 0.76% 0.31% -
HSV(B) 219.83º 0.86% 0.54% -
XYZ 6.42 5.1 24.69 -
YUV 56.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 19 59 138 0.86 0.57 0 0.46 219.83 0.76 0.31
Hex 13 3B 8A 56 39 0 2E DC 4C 1F
Octal 23 73 212 126 71 0 56 334 114 37
Binary 10011 111011 10001010 1010110 111001 0 101110 11011100 1001100 11111

Color Harmonies of #133B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B8A

Black with #133B8A

Text Example


Text Example

White with #133B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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