Html Css Color HEX #134B66 Astronaut Blue

📋 copy color: '#134B66'

red 19 ◦ green 75 ◦ blue 102

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

Shades of Astronaut Blue #134B66

Tints of Astronaut Blue #134B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.04%

R = 9.69%
G = 38.27%
B = 52.04%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#134B66 (or 0x134B66) is known color: Astronaut Blue. HEX triplet: 13, 4B and 66. RGB value is (19,75,102). Sum of RGB (Red+Green+Blue) = 19+75+102=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #134B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B66 is #ECB499. Grayscale: #3D3D3D. Windows color (decimal): -15512730 or 6703891. OLE color: 6703891.

HSL color Cylindrical-coordinate representation of color #134B66: hue angle of 199.52º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134B66 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 75 102 -
CMYK 0.81 0.26 0 0.6
HSL 199.52º 0.69% 0.24% -
HSV(B) 199.52º 0.81% 0.4% -
XYZ 5.18 6.13 13.48 -
YUV 61.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 19 75 102 0.81 0.26 0 0.6 199.52 0.69 0.24
Hex 13 4B 66 51 1A 0 3C C8 45 18
Octal 23 113 146 121 32 0 74 310 105 30
Binary 10011 1001011 1100110 1010001 11010 0 111100 11001000 1000101 11000

Color Harmonies of #134B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B66

Black with #134B66

Text Example


Text Example

White with #134B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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