Html Css Color HEX #134B5C Astronaut Blue

📋 copy color: '#134B5C'

red 19 ◦ green 75 ◦ blue 92

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

Shades of Astronaut Blue #134B5C

Tints of Astronaut Blue #134B5C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.32%

 BLUE value IS 92 (36.33% from 255) = 49.46%

R = 10.22%
G = 40.32%
B = 49.46%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#134B5C (or 0x134B5C) is known color: Astronaut Blue. HEX triplet: 13, 4B and 5C. RGB value is (19,75,92). Sum of RGB (Red+Green+Blue) = 19+75+92=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #134B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B5C is #ECB4A3. Grayscale: #3C3C3C. Windows color (decimal): -15512740 or 6048531. OLE color: 6048531.

HSL color Cylindrical-coordinate representation of color #134B5C: hue angle of 193.97º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134B5C is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 75 92 -
CMYK 0.79 0.18 0 0.64
HSL 193.97º 0.66% 0.22% -
HSV(B) 193.97º 0.79% 0.36% -
XYZ 4.72 5.94 11.02 -
YUV 60.19 145.95 98.62 -
System Red Green Blue C M Y K H S L
Decimal 19 75 92 0.79 0.18 0 0.64 193.97 0.66 0.22
Hex 13 4B 5C 4F 12 0 40 C2 42 16
Octal 23 113 134 117 22 0 100 302 102 26
Binary 10011 1001011 1011100 1001111 10010 0 1000000 11000010 1000010 10110

Color Harmonies of #134B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B5C

Black with #134B5C

Text Example


Text Example

White with #134B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,75,92); }

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

background-color css

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

 a { background-color: rgb(19,75,92); }

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

border-color css

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

 span { border-color: rgb(19,75,92); }

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