Html Css Color HEX #133E53 Astronaut Blue

📋 copy color: '#133E53'

red 19 ◦ green 62 ◦ blue 83

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

Shades of Astronaut Blue #133E53

Tints of Astronaut Blue #133E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 50.61%

R = 11.59%
G = 37.8%
B = 50.61%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133E53 (or 0x133E53) is known color: Astronaut Blue. HEX triplet: 13, 3E and 53. RGB value is (19,62,83). Sum of RGB (Red+Green+Blue) = 19+62+83=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #133E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E53 is #ECC1AC. Grayscale: #333333. Windows color (decimal): -15516077 or 5455379. OLE color: 5455379.

HSL color Cylindrical-coordinate representation of color #133E53: hue angle of 199.69º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133E53 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 62 83 -
CMYK 0.77 0.25 0 0.67
HSL 199.69º 0.63% 0.2% -
HSV(B) 199.69º 0.77% 0.33% -
XYZ 3.55 4.21 8.81 -
YUV 51.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 19 62 83 0.77 0.25 0 0.67 199.69 0.63 0.2
Hex 13 3E 53 4D 19 0 43 C8 3F 14
Octal 23 76 123 115 31 0 103 310 77 24
Binary 10011 111110 1010011 1001101 11001 0 1000011 11001000 111111 10100

Color Harmonies of #133E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E53

Black with #133E53

Text Example


Text Example

White with #133E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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