Html Css Color HEX #134CF1 Navy Blue

📋 copy color: '#134CF1'

red 19 ◦ green 76 ◦ blue 241

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

Shades of Navy Blue #134CF1

Tints of Navy Blue #134CF1

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 value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#134CF1 (or 0x134CF1) is known color: 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

RGB 19 76 241 -
CMYK 0.92 0.68 0 0.05
HSL 224.59º 0.89% 0.51% -
HSV(B) 224.59º 0.92% 0.95% -
XYZ 18.73 11.66 84.48 -
YUV 77.77 220.12 86.08 -
System Red Green Blue C M Y K H S L
Decimal 19 76 241 0.92 0.68 0 0.05 224.59 0.89 0.51
Hex 13 4C F1 5C 44 0 5 E1 59 33
Octal 23 114 361 134 104 0 5 341 131 63
Binary 10011 1001100 11110001 1011100 1000100 0 101 11100001 1011001 110011

Color Harmonies of #134CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CF1

Black with #134CF1

Text Example


Text Example

White with #134CF1

Text Example


Text Example

HTML Codes & Css Web 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>