Html Css Color HEX #0D5CEB Navy Blue

📋 copy color: '#0D5CEB'

red 13 ◦ green 92 ◦ blue 235

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

Shades of Navy Blue #0D5CEB

Tints of Navy Blue #0D5CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.06%

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

R = 3.82%
G = 27.06%
B = 69.12%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D5CEB (or 0x0D5CEB) is known color: Navy Blue. HEX triplet: 0D, 5C and EB. RGB value is (13,92,235). Sum of RGB (Red+Green+Blue) = 13+92+235=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D5CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D5CEB is #F2A314. Grayscale: #545454. Windows color (decimal): -15901461 or 15424525. OLE color: 15424525.

HSL color Cylindrical-coordinate representation of color #0D5CEB: hue angle of 218.65º 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 #0D5CEB is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 92 235 -
CMYK 0.94 0.61 0 0.08
HSL 218.65º 0.9% 0.49% -
HSV(B) 218.65º 0.94% 0.92% -
XYZ 18.99 13.74 80.25 -
YUV 84.68 212.83 76.87 -
System Red Green Blue C M Y K H S L
Decimal 13 92 235 0.94 0.61 0 0.08 218.65 0.9 0.49
Hex D 5C EB 5E 3D 0 8 DB 5A 31
Octal 15 134 353 136 75 0 10 333 132 61
Binary 1101 1011100 11101011 1011110 111101 0 1000 11011011 1011010 110001

Color Harmonies of #0D5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5CEB

Black with #0D5CEB

Text Example


Text Example

White with #0D5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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