Html Css Color HEX #133A70 Dark Cerulean

📋 copy color: '#133A70'

red 19 ◦ green 58 ◦ blue 112

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

Shades of Dark Cerulean #133A70

Tints of Dark Cerulean #133A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.69%

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

R = 10.05%
G = 30.69%
B = 59.26%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#133A70 (or 0x133A70) is known color: Dark Cerulean. HEX triplet: 13, 3A and 70. RGB value is (19,58,112). Sum of RGB (Red+Green+Blue) = 19+58+112=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #133A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A70 is #ECC58F. Grayscale: #343434. Windows color (decimal): -15517072 or 7354899. OLE color: 7354899.

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

Color convert

RGB 19 58 112 -
CMYK 0.83 0.48 0 0.56
HSL 214.84º 0.71% 0.26% -
HSV(B) 214.84º 0.83% 0.44% -
XYZ 4.71 4.33 15.92 -
YUV 52.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 19 58 112 0.83 0.48 0 0.56 214.84 0.71 0.26
Hex 13 3A 70 53 30 0 38 D7 47 1A
Octal 23 72 160 123 60 0 70 327 107 32
Binary 10011 111010 1110000 1010011 110000 0 111000 11010111 1000111 11010

Color Harmonies of #133A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A70

Black with #133A70

Text Example


Text Example

White with #133A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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