Html Css Color HEX #133E70 Dark Cerulean

📋 copy color: '#133E70'

red 19 ◦ green 62 ◦ blue 112

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

Shades of Dark Cerulean #133E70

Tints of Dark Cerulean #133E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.12%

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 9.84%
G = 32.12%
B = 58.03%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#133E70 (or 0x133E70) is known color: Dark Cerulean. HEX triplet: 13, 3E and 70. RGB value is (19,62,112). Sum of RGB (Red+Green+Blue) = 19+62+112=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #133E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E70 is #ECC18F. Grayscale: #363636. Windows color (decimal): -15516048 or 7355923. OLE color: 7355923.

HSL color Cylindrical-coordinate representation of color #133E70: hue angle of 212.26º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133E70 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 62 112 -
CMYK 0.83 0.45 0 0.56
HSL 212.26º 0.71% 0.26% -
HSV(B) 212.26º 0.83% 0.44% -
XYZ 4.92 4.75 15.99 -
YUV 54.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 19 62 112 0.83 0.45 0 0.56 212.26 0.71 0.26
Hex 13 3E 70 53 2D 0 38 D4 47 1A
Octal 23 76 160 123 55 0 70 324 107 32
Binary 10011 111110 1110000 1010011 101101 0 111000 11010100 1000111 11010

Color Harmonies of #133E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E70

Black with #133E70

Text Example


Text Example

White with #133E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,62,112); }

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

background-color css

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

 a { background-color: rgb(19,62,112); }

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

border-color css

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

 span { border-color: rgb(19,62,112); }

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