#134CF1

Color #134CF1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #134CF1

Tints of Navy Blue #134CF1

Color information

#134CF1 (or 0x134CF1) is unknown color: approx Navy Blue. HEX triplet: 13, 4C and F1. RGB value is (19,76,241). Sum of RGB (Red+Green+Blue) = 19+76+241=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #134CF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CF1 is #ECB30E. Grayscale: #4D4D4D. Windows color (decimal): -15512335 or 15813651. OLE color: 15813651.

HSL color Cylindrical-coordinate representation of color #134CF1: hue angle of 224.59º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134CF1 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1976241-
CMYK0.920.6800.05
HSL224.59º88.8%50.98%-
HSV(B)224.59º92.12%94.51%-
XYZ18.7311.6684.48-
YUV77.77220.1286.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.65%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 241 (94.53% from 255) = 71.73%
R=5.65%
G=22.62%
B=71.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal19762410.920.6800.05224.5988.850.98
Hex134CF15C4405e15933
Octal231143611341040534113163
Binary10011100110011110001101110010001000101111000011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #134CF1;
 }
 .AnyTagClassName
 {
   color: #134CF1;
 }
</style>
background-color css

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

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

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

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

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

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