Html Css Color HEX #134B67 Astronaut Blue

📋 copy color: '#134B67'

red 19 ◦ green 75 ◦ blue 103

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

Shades of Astronaut Blue #134B67

Tints of Astronaut Blue #134B67

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.07%

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

R = 9.64%
G = 38.07%
B = 52.28%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#134B67 (or 0x134B67) is known color: Astronaut Blue. HEX triplet: 13, 4B and 67. RGB value is (19,75,103). Sum of RGB (Red+Green+Blue) = 19+75+103=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #134B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B67 is #ECB498. Grayscale: #3D3D3D. Windows color (decimal): -15512729 or 6769427. OLE color: 6769427.

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

Color convert

RGB 19 75 103 -
CMYK 0.82 0.27 0 0.60
HSL 200º 0.69% 0.24% -
HSV(B) 200º 0.82% 0.4% -
XYZ 5.23 6.15 13.74 -
YUV 61.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 19 75 103 0.82 0.27 0 0.60 200 0.69 0.24
Hex 13 4B 67 52 1B 0 3C C8 45 18
Octal 23 113 147 122 33 0 74 310 105 30
Binary 10011 1001011 1100111 1010010 11011 0 111100 11001000 1000101 11000

Color Harmonies of #134B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B67

Black with #134B67

Text Example


Text Example

White with #134B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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