Html Css Color HEX #0D45EB Navy Blue

📋 copy color: '#0D45EB'

red 13 ◦ green 69 ◦ blue 235

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

Shades of Navy Blue #0D45EB

Tints of Navy Blue #0D45EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

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

R = 4.1%
G = 21.77%
B = 74.13%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D45EB (or 0x0D45EB) is known color: Navy Blue. HEX triplet: 0D, 45 and EB. RGB value is (13,69,235). Sum of RGB (Red+Green+Blue) = 13+69+235=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D45EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D45EB is #F2BA14. Grayscale: #464646. Windows color (decimal): -15907349 or 15418637. OLE color: 15418637.

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

Color convert

RGB 13 69 235 -
CMYK 0.94 0.71 0 0.08
HSL 224.86º 0.9% 0.49% -
HSV(B) 224.86º 0.94% 0.92% -
XYZ 17.29 10.34 79.68 -
YUV 71.18 220.45 86.5 -
System Red Green Blue C M Y K H S L
Decimal 13 69 235 0.94 0.71 0 0.08 224.86 0.9 0.49
Hex D 45 EB 5E 47 0 8 E1 5A 31
Octal 15 105 353 136 107 0 10 341 132 61
Binary 1101 1000101 11101011 1011110 1000111 0 1000 11100001 1011010 110001

Color Harmonies of #0D45EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D45EB

Black with #0D45EB

Text Example


Text Example

White with #0D45EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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