Html Css Color HEX #134C62 Astronaut Blue

📋 copy color: '#134C62'

red 19 ◦ green 76 ◦ blue 98

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

Shades of Astronaut Blue #134C62

Tints of Astronaut Blue #134C62

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.38%

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

R = 9.84%
G = 39.38%
B = 50.78%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134C62 (or 0x134C62) is known color: Astronaut Blue. HEX triplet: 13, 4C and 62. RGB value is (19,76,98). Sum of RGB (Red+Green+Blue) = 19+76+98=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #134C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C62 is #ECB39D. Grayscale: #3D3D3D. Windows color (decimal): -15512478 or 6442003. OLE color: 6442003.

HSL color Cylindrical-coordinate representation of color #134C62: hue angle of 196.71º 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 #134C62 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 76 98 -
CMYK 0.81 0.22 0 0.62
HSL 196.71º 0.68% 0.23% -
HSV(B) 196.71º 0.81% 0.38% -
XYZ 5.06 6.19 12.48 -
YUV 61.47 148.62 97.71 -
System Red Green Blue C M Y K H S L
Decimal 19 76 98 0.81 0.22 0 0.62 196.71 0.68 0.23
Hex 13 4C 62 51 16 0 3E C5 44 17
Octal 23 114 142 121 26 0 76 305 104 27
Binary 10011 1001100 1100010 1010001 10110 0 111110 11000101 1000100 10111

Color Harmonies of #134C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C62

Black with #134C62

Text Example


Text Example

White with #134C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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