Html Css Color HEX #134B68 Astronaut Blue

📋 copy color: '#134B68'

red 19 ◦ green 75 ◦ blue 104

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

Shades of Astronaut Blue #134B68

Tints of Astronaut Blue #134B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.53%

R = 9.6%
G = 37.88%
B = 52.53%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#134B68 (or 0x134B68) is known color: Astronaut Blue. HEX triplet: 13, 4B and 68. RGB value is (19,75,104). Sum of RGB (Red+Green+Blue) = 19+75+104=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #134B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B68 is #ECB497. Grayscale: #3D3D3D. Windows color (decimal): -15512728 or 6834963. OLE color: 6834963.

HSL color Cylindrical-coordinate representation of color #134B68: hue angle of 200.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134B68 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 75 104 -
CMYK 0.82 0.28 0 0.59
HSL 200.47º 0.69% 0.24% -
HSV(B) 200.47º 0.82% 0.41% -
XYZ 5.28 6.17 14.01 -
YUV 61.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 19 75 104 0.82 0.28 0 0.59 200.47 0.69 0.24
Hex 13 4B 68 52 1C 0 3B C8 45 18
Octal 23 113 150 122 34 0 73 310 105 30
Binary 10011 1001011 1101000 1010010 11100 0 111011 11001000 1000101 11000

Color Harmonies of #134B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B68

Black with #134B68

Text Example


Text Example

White with #134B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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