Html Css Color HEX #0D76EA Navy Blue

📋 copy color: '#0D76EA'

red 13 ◦ green 118 ◦ blue 234

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

Shades of Navy Blue #0D76EA

Tints of Navy Blue #0D76EA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.33%

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

R = 3.56%
G = 32.33%
B = 64.11%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D76EA (or 0x0D76EA) is known color: Navy Blue. HEX triplet: 0D, 76 and EA. RGB value is (13,118,234). Sum of RGB (Red+Green+Blue) = 13+118+234=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D76EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D76EA is #F28915. Grayscale: #636363. Windows color (decimal): -15894806 or 15365645. OLE color: 15365645.

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

Color convert

RGB 13 118 234 -
CMYK 0.94 0.50 0 0.08
HSL 211.49º 0.89% 0.48% -
HSV(B) 211.49º 0.94% 0.92% -
XYZ 21.5 18.98 80.37 -
YUV 99.83 203.71 66.07 -
System Red Green Blue C M Y K H S L
Decimal 13 118 234 0.94 0.50 0 0.08 211.49 0.89 0.48
Hex D 76 EA 5E 32 0 8 D3 59 30
Octal 15 166 352 136 62 0 10 323 131 60
Binary 1101 1110110 11101010 1011110 110010 0 1000 11010011 1011001 110000

Color Harmonies of #0D76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D76EA

Black with #0D76EA

Text Example


Text Example

White with #0D76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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