Html Css Color HEX #134C69 Astronaut Blue

📋 copy color: '#134C69'

red 19 ◦ green 76 ◦ blue 105

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

Shades of Astronaut Blue #134C69

Tints of Astronaut Blue #134C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.5%

R = 9.5%
G = 38%
B = 52.5%

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

#134C69 (or 0x134C69) is known color: Astronaut Blue. HEX triplet: 13, 4C and 69. RGB value is (19,76,105). Sum of RGB (Red+Green+Blue) = 19+76+105=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #134C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C69 is #ECB396. Grayscale: #3E3E3E. Windows color (decimal): -15512471 or 6900755. OLE color: 6900755.

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

Color convert

RGB 19 76 105 -
CMYK 0.82 0.28 0 0.59
HSL 200.23º 0.69% 0.24% -
HSV(B) 200.23º 0.82% 0.41% -
XYZ 5.4 6.33 14.3 -
YUV 62.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 19 76 105 0.82 0.28 0 0.59 200.23 0.69 0.24
Hex 13 4C 69 52 1C 0 3B C8 45 18
Octal 23 114 151 122 34 0 73 310 105 30
Binary 10011 1001100 1101001 1010010 11100 0 111011 11001000 1000101 11000

Color Harmonies of #134C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C69

Black with #134C69

Text Example


Text Example

White with #134C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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