Html Css Color HEX #13455C Astronaut Blue

📋 copy color: '#13455C'

red 19 ◦ green 69 ◦ blue 92

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

Shades of Astronaut Blue #13455C

Tints of Astronaut Blue #13455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.33%

 BLUE value IS 92 (36.33% from 255) = 51.11%

R = 10.56%
G = 38.33%
B = 51.11%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13455C (or 0x13455C) is known color: Astronaut Blue. HEX triplet: 13, 45 and 5C. RGB value is (19,69,92). Sum of RGB (Red+Green+Blue) = 19+69+92=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #13455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13455C is #ECBAA3. Grayscale: #383838. Windows color (decimal): -15514276 or 6046995. OLE color: 6046995.

HSL color Cylindrical-coordinate representation of color #13455C: hue angle of 198.9º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13455C is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 69 92 -
CMYK 0.79 0.25 0 0.64
HSL 198.9º 0.66% 0.22% -
HSV(B) 198.9º 0.79% 0.36% -
XYZ 4.33 5.17 10.89 -
YUV 56.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 19 69 92 0.79 0.25 0 0.64 198.9 0.66 0.22
Hex 13 45 5C 4F 19 0 40 C7 42 16
Octal 23 105 134 117 31 0 100 307 102 26
Binary 10011 1000101 1011100 1001111 11001 0 1000000 11000111 1000010 10110

Color Harmonies of #13455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13455C

Black with #13455C

Text Example


Text Example

White with #13455C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13455C; }

 p { color: rgb(19,69,92); }

 H1.HeaderClassName
 {
   color: #13455C;
 }
 .AnyTagClassName
 {
   color: #13455C;
 }
</style>

background-color css

<style>
 a { background-color: #13455C; }

 a { background-color: rgb(19,69,92); }

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

border-color css

<style>
 span { border-color: #13455C; }

 span { border-color: rgb(19,69,92); }

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