Html Css Color HEX #134F62 Astronaut Blue

📋 copy color: '#134F62'

red 19 ◦ green 79 ◦ blue 98

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

Shades of Astronaut Blue #134F62

Tints of Astronaut Blue #134F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 50%

R = 9.69%
G = 40.31%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134F62 (or 0x134F62) is known color: Astronaut Blue. HEX triplet: 13, 4F and 62. RGB value is (19,79,98). Sum of RGB (Red+Green+Blue) = 19+79+98=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #134F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F62 is #ECB09D. Grayscale: #3F3F3F. Windows color (decimal): -15511710 or 6442771. OLE color: 6442771.

HSL color Cylindrical-coordinate representation of color #134F62: hue angle of 194.43º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134F62 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 79 98 -
CMYK 0.81 0.19 0 0.62
HSL 194.43º 0.68% 0.23% -
HSV(B) 194.43º 0.81% 0.38% -
XYZ 5.27 6.61 12.55 -
YUV 63.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 19 79 98 0.81 0.19 0 0.62 194.43 0.68 0.23
Hex 13 4F 62 51 13 0 3E C2 44 17
Octal 23 117 142 121 23 0 76 302 104 27
Binary 10011 1001111 1100010 1010001 10011 0 111110 11000010 1000100 10111

Color Harmonies of #134F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F62

Black with #134F62

Text Example


Text Example

White with #134F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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