Html Css Color HEX #134AED Navy Blue

📋 copy color: '#134AED'

red 19 ◦ green 74 ◦ blue 237

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

Shades of Navy Blue #134AED

Tints of Navy Blue #134AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

 BLUE value IS 237 (92.97% from 255) = 71.82%

R = 5.76%
G = 22.42%
B = 71.82%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#134AED (or 0x134AED) is known color: Navy Blue. HEX triplet: 13, 4A and ED. RGB value is (19,74,237). Sum of RGB (Red+Green+Blue) = 19+74+237=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #134AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134AED is #ECB512. Grayscale: #4B4B4B. Windows color (decimal): -15512851 or 15550995. OLE color: 15550995.

HSL color Cylindrical-coordinate representation of color #134AED: hue angle of 224.86º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134AED is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 74 237 -
CMYK 0.92 0.69 0 0.07
HSL 224.86º 0.86% 0.5% -
HSV(B) 224.86º 0.92% 0.93% -
XYZ 18 11.15 81.32 -
YUV 76.14 218.78 87.25 -
System Red Green Blue C M Y K H S L
Decimal 19 74 237 0.92 0.69 0 0.07 224.86 0.86 0.5
Hex 13 4A ED 5C 45 0 7 E1 56 32
Octal 23 112 355 134 105 0 7 341 126 62
Binary 10011 1001010 11101101 1011100 1000101 0 111 11100001 1010110 110010

Color Harmonies of #134AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134AED

Black with #134AED

Text Example


Text Example

White with #134AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,74,237); }

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

background-color css

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

 a { background-color: rgb(19,74,237); }

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

border-color css

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

 span { border-color: rgb(19,74,237); }

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