Html Css Color HEX #136AED Navy Blue

📋 copy color: '#136AED'

red 19 ◦ green 106 ◦ blue 237

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

Shades of Navy Blue #136AED

Tints of Navy Blue #136AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

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

R = 5.25%
G = 29.28%
B = 65.47%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#136AED (or 0x136AED) is known color: Navy Blue. HEX triplet: 13, 6A and ED. RGB value is (19,106,237). Sum of RGB (Red+Green+Blue) = 19+106+237=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #136AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136AED is #EC9512. Grayscale: #5E5E5E. Windows color (decimal): -15504659 or 15559187. OLE color: 15559187.

HSL color Cylindrical-coordinate representation of color #136AED: hue angle of 216.06º 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 #136AED is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 106 237 -
CMYK 0.92 0.55 0 0.07
HSL 216.06º 0.86% 0.5% -
HSV(B) 216.06º 0.92% 0.93% -
XYZ 20.71 16.56 82.23 -
YUV 94.92 208.18 73.85 -
System Red Green Blue C M Y K H S L
Decimal 19 106 237 0.92 0.55 0 0.07 216.06 0.86 0.5
Hex 13 6A ED 5C 37 0 7 D8 56 32
Octal 23 152 355 134 67 0 7 330 126 62
Binary 10011 1101010 11101101 1011100 110111 0 111 11011000 1010110 110010

Color Harmonies of #136AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AED

Black with #136AED

Text Example


Text Example

White with #136AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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