Html Css Color HEX #134F68 Astronaut Blue

📋 copy color: '#134F68'

red 19 ◦ green 79 ◦ blue 104

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

Shades of Astronaut Blue #134F68

Tints of Astronaut Blue #134F68

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.11%

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

R = 9.41%
G = 39.11%
B = 51.49%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#134F68 (or 0x134F68) is known color: Astronaut Blue. HEX triplet: 13, 4F and 68. RGB value is (19,79,104). Sum of RGB (Red+Green+Blue) = 19+79+104=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #134F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F68 is #ECB097. Grayscale: #3F3F3F. Windows color (decimal): -15511704 or 6835987. OLE color: 6835987.

HSL color Cylindrical-coordinate representation of color #134F68: hue angle of 197.65º 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 #134F68 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 79 104 -
CMYK 0.82 0.24 0 0.59
HSL 197.65º 0.69% 0.24% -
HSV(B) 197.65º 0.82% 0.41% -
XYZ 5.56 6.73 14.1 -
YUV 63.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 19 79 104 0.82 0.24 0 0.59 197.65 0.69 0.24
Hex 13 4F 68 52 18 0 3B C6 45 18
Octal 23 117 150 122 30 0 73 306 105 30
Binary 10011 1001111 1101000 1010010 11000 0 111011 11000110 1000101 11000

Color Harmonies of #134F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F68

Black with #134F68

Text Example


Text Example

White with #134F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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