Html Css Color HEX #0D50EE Navy Blue

📋 copy color: '#0D50EE'

red 13 ◦ green 80 ◦ blue 238

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

Shades of Navy Blue #0D50EE

Tints of Navy Blue #0D50EE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 238 (93.36% from 255) = 71.9%

R = 3.93%
G = 24.17%
B = 71.9%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0D50EE (or 0x0D50EE) is known color: Navy Blue. HEX triplet: 0D, 50 and EE. RGB value is (13,80,238). Sum of RGB (Red+Green+Blue) = 13+80+238=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #0D50EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D50EE is #F2AF11. Grayscale: #4D4D4D. Windows color (decimal): -15904530 or 15618061. OLE color: 15618061.

HSL color Cylindrical-coordinate representation of color #0D50EE: hue angle of 222.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D50EE is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 80 238 -
CMYK 0.95 0.66 0 0.07
HSL 222.13º 0.9% 0.49% -
HSV(B) 222.13º 0.95% 0.93% -
XYZ 18.47 12 82.23 -
YUV 77.98 218.3 81.65 -
System Red Green Blue C M Y K H S L
Decimal 13 80 238 0.95 0.66 0 0.07 222.13 0.9 0.49
Hex D 50 EE 5F 42 0 7 DE 5A 31
Octal 15 120 356 137 102 0 7 336 132 61
Binary 1101 1010000 11101110 1011111 1000010 0 111 11011110 1011010 110001

Color Harmonies of #0D50EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D50EE

Black with #0D50EE

Text Example


Text Example

White with #0D50EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,80,238); }

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

background-color css

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

 a { background-color: rgb(13,80,238); }

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

border-color css

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

 span { border-color: rgb(13,80,238); }

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