Html Css Color HEX #134E62 Astronaut Blue

📋 copy color: '#134E62'

red 19 ◦ green 78 ◦ blue 98

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

Shades of Astronaut Blue #134E62

Tints of Astronaut Blue #134E62

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40%

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

R = 9.74%
G = 40%
B = 50.26%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134E62 (or 0x134E62) is known color: Astronaut Blue. HEX triplet: 13, 4E and 62. RGB value is (19,78,98). Sum of RGB (Red+Green+Blue) = 19+78+98=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #134E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E62 is #ECB19D. Grayscale: #3E3E3E. Windows color (decimal): -15511966 or 6442515. OLE color: 6442515.

HSL color Cylindrical-coordinate representation of color #134E62: hue angle of 195.19º 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 #134E62 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 78 98 -
CMYK 0.81 0.20 0 0.62
HSL 195.19º 0.68% 0.23% -
HSV(B) 195.19º 0.81% 0.38% -
XYZ 5.2 6.47 12.53 -
YUV 62.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 19 78 98 0.81 0.20 0 0.62 195.19 0.68 0.23
Hex 13 4E 62 51 14 0 3E C3 44 17
Octal 23 116 142 121 24 0 76 303 104 27
Binary 10011 1001110 1100010 1010001 10100 0 111110 11000011 1000100 10111

Color Harmonies of #134E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E62

Black with #134E62

Text Example


Text Example

White with #134E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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