Html Css Color HEX #133F56 Astronaut Blue

📋 copy color: '#133F56'

red 19 ◦ green 63 ◦ blue 86

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

Shades of Astronaut Blue #133F56

Tints of Astronaut Blue #133F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 51.19%

R = 11.31%
G = 37.5%
B = 51.19%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133F56 (or 0x133F56) is known color: Astronaut Blue. HEX triplet: 13, 3F and 56. RGB value is (19,63,86). Sum of RGB (Red+Green+Blue) = 19+63+86=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #133F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F56 is #ECC0A9. Grayscale: #343434. Windows color (decimal): -15515818 or 5652243. OLE color: 5652243.

HSL color Cylindrical-coordinate representation of color #133F56: hue angle of 200.6º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133F56 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 63 86 -
CMYK 0.78 0.27 0 0.66
HSL 200.6º 0.64% 0.21% -
HSV(B) 200.6º 0.78% 0.34% -
XYZ 3.73 4.37 9.45 -
YUV 52.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 19 63 86 0.78 0.27 0 0.66 200.6 0.64 0.21
Hex 13 3F 56 4E 1B 0 42 C9 40 15
Octal 23 77 126 116 33 0 102 311 100 25
Binary 10011 111111 1010110 1001110 11011 0 1000010 11001001 1000000 10101

Color Harmonies of #133F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F56

Black with #133F56

Text Example


Text Example

White with #133F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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