Html Css Color HEX #134358 Astronaut Blue

📋 copy color: '#134358'

red 19 ◦ green 67 ◦ blue 88

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

Shades of Astronaut Blue #134358

Tints of Astronaut Blue #134358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

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

R = 10.92%
G = 38.51%
B = 50.57%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134358 (or 0x134358) is known color: Astronaut Blue. HEX triplet: 13, 43 and 58. RGB value is (19,67,88). Sum of RGB (Red+Green+Blue) = 19+67+88=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #134358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134358 is #ECBCA7. Grayscale: #363636. Windows color (decimal): -15514792 or 5784339. OLE color: 5784339.

HSL color Cylindrical-coordinate representation of color #134358: hue angle of 198.26º 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 #134358 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 67 88 -
CMYK 0.78 0.24 0 0.65
HSL 198.26º 0.64% 0.21% -
HSV(B) 198.26º 0.78% 0.35% -
XYZ 4.04 4.86 9.96 -
YUV 55.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 19 67 88 0.78 0.24 0 0.65 198.26 0.64 0.21
Hex 13 43 58 4E 18 0 41 C6 40 15
Octal 23 103 130 116 30 0 101 306 100 25
Binary 10011 1000011 1011000 1001110 11000 0 1000001 11000110 1000000 10101

Color Harmonies of #134358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134358

Black with #134358

Text Example


Text Example

White with #134358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134358; }

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

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

background-color css

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

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

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

border-color css

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

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

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