Html Css Color HEX #0D6AEA Navy Blue

📋 copy color: '#0D6AEA'

red 13 ◦ green 106 ◦ blue 234

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

Shades of Navy Blue #0D6AEA

Tints of Navy Blue #0D6AEA

RGB

 RED value IS 13 (5.47% from 255) = 3.68%

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

 BLUE value IS 234 (91.8% from 255) = 66.29%

R = 3.68%
G = 30.03%
B = 66.29%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D6AEA (or 0x0D6AEA) is known color: Navy Blue. HEX triplet: 0D, 6A and EA. RGB value is (13,106,234). Sum of RGB (Red+Green+Blue) = 13+106+234=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D6AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6AEA is #F29515. Grayscale: #5C5C5C. Windows color (decimal): -15897878 or 15362573. OLE color: 15362573.

HSL color Cylindrical-coordinate representation of color #0D6AEA: hue angle of 214.75º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6AEA is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 106 234 -
CMYK 0.94 0.55 0 0.08
HSL 214.75º 0.89% 0.48% -
HSV(B) 214.75º 0.94% 0.92% -
XYZ 20.17 16.33 79.93 -
YUV 92.79 207.69 71.09 -
System Red Green Blue C M Y K H S L
Decimal 13 106 234 0.94 0.55 0 0.08 214.75 0.89 0.48
Hex D 6A EA 5E 37 0 8 D7 59 30
Octal 15 152 352 136 67 0 10 327 131 60
Binary 1101 1101010 11101010 1011110 110111 0 1000 11010111 1011001 110000

Color Harmonies of #0D6AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6AEA

Black with #0D6AEA

Text Example


Text Example

White with #0D6AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D6AEA; }

 p { color: rgb(13,106,234); }

 H1.HeaderClassName
 {
   color: #0D6AEA;
 }
 .AnyTagClassName
 {
   color: #0D6AEA;
 }
</style>

background-color css

<style>
 a { background-color: #0D6AEA; }

 a { background-color: rgb(13,106,234); }

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

border-color css

<style>
 span { border-color: #0D6AEA; }

 span { border-color: rgb(13,106,234); }

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