Html Css Color HEX #0D51F6 Navy Blue

📋 copy color: '#0D51F6'

red 13 ◦ green 81 ◦ blue 246

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

Shades of Navy Blue #0D51F6

Tints of Navy Blue #0D51F6

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 246 (96.48% from 255) = 72.35%

R = 3.82%
G = 23.82%
B = 72.35%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0D51F6 (or 0x0D51F6) is known color: Navy Blue. HEX triplet: 0D, 51 and F6. RGB value is (13,81,246). Sum of RGB (Red+Green+Blue) = 13+81+246=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 246 (96.48% from 255 or 72.35% from 340); Max value from RGB is 246 - color contains mainly: blue. Hex color #0D51F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D51F6 is #F2AE09. Grayscale: #4E4E4E. Windows color (decimal): -15904266 or 16142605. OLE color: 16142605.

HSL color Cylindrical-coordinate representation of color #0D51F6: hue angle of 222.49º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D51F6 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 13 81 246 -
CMYK 0.95 0.67 0 0.04
HSL 222.49º 0.93% 0.51% -
HSV(B) 222.49º 0.95% 0.96% -
XYZ 19.74 12.62 88.58 -
YUV 79.48 221.97 80.58 -
System Red Green Blue C M Y K H S L
Decimal 13 81 246 0.95 0.67 0 0.04 222.49 0.93 0.51
Hex D 51 F6 5F 43 0 4 DE 5D 33
Octal 15 121 366 137 103 0 4 336 135 63
Binary 1101 1010001 11110110 1011111 1000011 0 100 11011110 1011101 110011

Color Harmonies of #0D51F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D51F6

Black with #0D51F6

Text Example


Text Example

White with #0D51F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,81,246); }

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

background-color css

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

 a { background-color: rgb(13,81,246); }

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

border-color css

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

 span { border-color: rgb(13,81,246); }

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