Html Css Color HEX #0D74EA Navy Blue

📋 copy color: '#0D74EA'

red 13 ◦ green 116 ◦ blue 234

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

Shades of Navy Blue #0D74EA

Tints of Navy Blue #0D74EA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

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

R = 3.58%
G = 31.96%
B = 64.46%

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

#0D74EA (or 0x0D74EA) is known color: Navy Blue. HEX triplet: 0D, 74 and EA. RGB value is (13,116,234). Sum of RGB (Red+Green+Blue) = 13+116+234=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D74EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D74EA is #F28B15. Grayscale: #626262. Windows color (decimal): -15895318 or 15365133. OLE color: 15365133.

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

Color convert

RGB 13 116 234 -
CMYK 0.94 0.50 0 0.08
HSL 212.04º 0.89% 0.48% -
HSV(B) 212.04º 0.94% 0.92% -
XYZ 21.26 18.52 80.3 -
YUV 98.66 204.38 66.91 -
System Red Green Blue C M Y K H S L
Decimal 13 116 234 0.94 0.50 0 0.08 212.04 0.89 0.48
Hex D 74 EA 5E 32 0 8 D4 59 30
Octal 15 164 352 136 62 0 10 324 131 60
Binary 1101 1110100 11101010 1011110 110010 0 1000 11010100 1011001 110000

Color Harmonies of #0D74EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D74EA

Black with #0D74EA

Text Example


Text Example

White with #0D74EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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