Html Css Color HEX #134F94 Endeavour

📋 copy color: '#134F94'

red 19 ◦ green 79 ◦ blue 148

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

Shades of Endeavour #134F94

Tints of Endeavour #134F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 60.16%

R = 7.72%
G = 32.11%
B = 60.16%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134F94 (or 0x134F94) is known color: Endeavour. HEX triplet: 13, 4F and 94. RGB value is (19,79,148). Sum of RGB (Red+Green+Blue) = 19+79+148=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #134F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134F94 is #ECB06B. Grayscale: #444444. Windows color (decimal): -15511660 or 9719571. OLE color: 9719571.

HSL color Cylindrical-coordinate representation of color #134F94: hue angle of 212.09º 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 #134F94 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 79 148 -
CMYK 0.87 0.47 0 0.42
HSL 212.09º 0.77% 0.33% -
HSV(B) 212.09º 0.87% 0.58% -
XYZ 8.41 7.87 29.09 -
YUV 68.93 172.62 92.39 -
System Red Green Blue C M Y K H S L
Decimal 19 79 148 0.87 0.47 0 0.42 212.09 0.77 0.33
Hex 13 4F 94 57 2F 0 2A D4 4D 21
Octal 23 117 224 127 57 0 52 324 115 41
Binary 10011 1001111 10010100 1010111 101111 0 101010 11010100 1001101 100001

Color Harmonies of #134F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F94

Black with #134F94

Text Example


Text Example

White with #134F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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