Html Css Color HEX #134F67 Astronaut Blue

📋 copy color: '#134F67'

red 19 ◦ green 79 ◦ blue 103

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

Shades of Astronaut Blue #134F67

Tints of Astronaut Blue #134F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 51.24%

R = 9.45%
G = 39.3%
B = 51.24%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#134F67 (or 0x134F67) is known color: Astronaut Blue. HEX triplet: 13, 4F and 67. RGB value is (19,79,103). Sum of RGB (Red+Green+Blue) = 19+79+103=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #134F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F67 is #ECB098. Grayscale: #3F3F3F. Windows color (decimal): -15511705 or 6770451. OLE color: 6770451.

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

Color convert

RGB 19 79 103 -
CMYK 0.82 0.23 0 0.60
HSL 197.14º 0.69% 0.24% -
HSV(B) 197.14º 0.82% 0.4% -
XYZ 5.51 6.71 13.84 -
YUV 63.8 150.12 96.05 -
System Red Green Blue C M Y K H S L
Decimal 19 79 103 0.82 0.23 0 0.60 197.14 0.69 0.24
Hex 13 4F 67 52 17 0 3C C5 45 18
Octal 23 117 147 122 27 0 74 305 105 30
Binary 10011 1001111 1100111 1010010 10111 0 111100 11000101 1000101 11000

Color Harmonies of #134F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F67

Black with #134F67

Text Example


Text Example

White with #134F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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