Html Css Color HEX #0D61EB Navy Blue

📋 copy color: '#0D61EB'

red 13 ◦ green 97 ◦ blue 235

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

Shades of Navy Blue #0D61EB

Tints of Navy Blue #0D61EB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 235 (92.19% from 255) = 68.12%

R = 3.77%
G = 28.12%
B = 68.12%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D61EB (or 0x0D61EB) is known color: Navy Blue. HEX triplet: 0D, 61 and EB. RGB value is (13,97,235). Sum of RGB (Red+Green+Blue) = 13+97+235=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D61EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D61EB is #F29E14. Grayscale: #565656. Windows color (decimal): -15900181 or 15425805. OLE color: 15425805.

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

Color convert

RGB 13 97 235 -
CMYK 0.94 0.59 0 0.08
HSL 217.3º 0.9% 0.49% -
HSV(B) 217.3º 0.94% 0.92% -
XYZ 19.44 14.63 80.4 -
YUV 87.62 211.17 74.78 -
System Red Green Blue C M Y K H S L
Decimal 13 97 235 0.94 0.59 0 0.08 217.3 0.9 0.49
Hex D 61 EB 5E 3B 0 8 D9 5A 31
Octal 15 141 353 136 73 0 10 331 132 61
Binary 1101 1100001 11101011 1011110 111011 0 1000 11011001 1011010 110001

Color Harmonies of #0D61EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D61EB

Black with #0D61EB

Text Example


Text Example

White with #0D61EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,97,235); }

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

background-color css

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

 a { background-color: rgb(13,97,235); }

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

border-color css

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

 span { border-color: rgb(13,97,235); }

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