Html Css Color HEX #134658 Astronaut Blue

📋 copy color: '#134658'

red 19 ◦ green 70 ◦ blue 88

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

Shades of Astronaut Blue #134658

Tints of Astronaut Blue #134658

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

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

R = 10.73%
G = 39.55%
B = 49.72%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134658 (or 0x134658) is known color: Astronaut Blue. HEX triplet: 13, 46 and 58. RGB value is (19,70,88). Sum of RGB (Red+Green+Blue) = 19+70+88=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #134658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134658 is #ECB9A7. Grayscale: #383838. Windows color (decimal): -15514024 or 5785107. OLE color: 5785107.

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

Color convert

RGB 19 70 88 -
CMYK 0.78 0.20 0 0.65
HSL 195.65º 0.64% 0.21% -
HSV(B) 195.65º 0.78% 0.35% -
XYZ 4.22 5.22 10.02 -
YUV 56.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 19 70 88 0.78 0.20 0 0.65 195.65 0.64 0.21
Hex 13 46 58 4E 14 0 41 C4 40 15
Octal 23 106 130 116 24 0 101 304 100 25
Binary 10011 1000110 1011000 1001110 10100 0 1000001 11000100 1000000 10101

Color Harmonies of #134658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134658

Black with #134658

Text Example


Text Example

White with #134658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134658; }

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

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

background-color css

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

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

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

border-color css

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

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

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