Html Css Color HEX #134F93 Endeavour

📋 copy color: '#134F93'

red 19 ◦ green 79 ◦ blue 147

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

Shades of Endeavour #134F93

Tints of Endeavour #134F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 60%

R = 7.76%
G = 32.24%
B = 60%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134F93 (or 0x134F93) is known color: Endeavour. HEX triplet: 13, 4F and 93. RGB value is (19,79,147). Sum of RGB (Red+Green+Blue) = 19+79+147=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #134F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134F93 is #ECB06C. Grayscale: #444444. Windows color (decimal): -15511661 or 9654035. OLE color: 9654035.

HSL color Cylindrical-coordinate representation of color #134F93: hue angle of 211.88º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134F93 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 79 147 -
CMYK 0.87 0.46 0 0.42
HSL 211.88º 0.77% 0.33% -
HSV(B) 211.88º 0.87% 0.58% -
XYZ 8.33 7.84 28.68 -
YUV 68.81 172.12 92.47 -
System Red Green Blue C M Y K H S L
Decimal 19 79 147 0.87 0.46 0 0.42 211.88 0.77 0.33
Hex 13 4F 93 57 2E 0 2A D4 4D 21
Octal 23 117 223 127 56 0 52 324 115 41
Binary 10011 1001111 10010011 1010111 101110 0 101010 11010100 1001101 100001

Color Harmonies of #134F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F93

Black with #134F93

Text Example


Text Example

White with #134F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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