Html Css Color HEX #134458 Astronaut Blue

📋 copy color: '#134458'

red 19 ◦ green 68 ◦ blue 88

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

Shades of Astronaut Blue #134458

Tints of Astronaut Blue #134458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.86%

 BLUE value IS 88 (34.77% from 255) = 50.29%

R = 10.86%
G = 38.86%
B = 50.29%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134458 (or 0x134458) is known color: Astronaut Blue. HEX triplet: 13, 44 and 58. RGB value is (19,68,88). Sum of RGB (Red+Green+Blue) = 19+68+88=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #134458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134458 is #ECBBA7. Grayscale: #373737. Windows color (decimal): -15514536 or 5784595. OLE color: 5784595.

HSL color Cylindrical-coordinate representation of color #134458: hue angle of 197.39º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134458 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 68 88 -
CMYK 0.78 0.23 0 0.65
HSL 197.39º 0.64% 0.21% -
HSV(B) 197.39º 0.78% 0.35% -
XYZ 4.1 4.98 9.98 -
YUV 55.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 19 68 88 0.78 0.23 0 0.65 197.39 0.64 0.21
Hex 13 44 58 4E 17 0 41 C5 40 15
Octal 23 104 130 116 27 0 101 305 100 25
Binary 10011 1000100 1011000 1001110 10111 0 1000001 11000101 1000000 10101

Color Harmonies of #134458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134458

Black with #134458

Text Example


Text Example

White with #134458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134458; }

 p { color: rgb(19,68,88); }

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

background-color css

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

 a { background-color: rgb(19,68,88); }

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

border-color css

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

 span { border-color: rgb(19,68,88); }

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