Html Css Color HEX #134562 Astronaut Blue

📋 copy color: '#134562'

red 19 ◦ green 69 ◦ blue 98

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

Shades of Astronaut Blue #134562

Tints of Astronaut Blue #134562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.69%

R = 10.22%
G = 37.1%
B = 52.69%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134562 (or 0x134562) is known color: Astronaut Blue. HEX triplet: 13, 45 and 62. RGB value is (19,69,98). Sum of RGB (Red+Green+Blue) = 19+69+98=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #134562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134562 is #ECBA9D. Grayscale: #393939. Windows color (decimal): -15514270 or 6440211. OLE color: 6440211.

HSL color Cylindrical-coordinate representation of color #134562: hue angle of 202.03º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134562 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 69 98 -
CMYK 0.81 0.30 0 0.62
HSL 202.03º 0.68% 0.23% -
HSV(B) 202.03º 0.81% 0.38% -
XYZ 4.6 5.28 12.33 -
YUV 57.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 19 69 98 0.81 0.30 0 0.62 202.03 0.68 0.23
Hex 13 45 62 51 1E 0 3E CA 44 17
Octal 23 105 142 121 36 0 76 312 104 27
Binary 10011 1000101 1100010 1010001 11110 0 111110 11001010 1000100 10111

Color Harmonies of #134562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134562

Black with #134562

Text Example


Text Example

White with #134562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134562; }

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

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

background-color css

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

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

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

border-color css

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

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

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