Html Css Color HEX #0D75EA Navy Blue

📋 copy color: '#0D75EA'

red 13 ◦ green 117 ◦ blue 234

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

Shades of Navy Blue #0D75EA

Tints of Navy Blue #0D75EA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

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

R = 3.57%
G = 32.14%
B = 64.29%

CMYK

 C value IS 0.94

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D75EA (or 0x0D75EA) is known color: Navy Blue. HEX triplet: 0D, 75 and EA. RGB value is (13,117,234). Sum of RGB (Red+Green+Blue) = 13+117+234=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D75EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D75EA is #F28A15. Grayscale: #626262. Windows color (decimal): -15895062 or 15365389. OLE color: 15365389.

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

Color convert

RGB 13 117 234 -
CMYK 0.94 0.5 0 0.08
HSL 211.76º 0.89% 0.48% -
HSV(B) 211.76º 0.94% 0.92% -
XYZ 21.38 18.75 80.33 -
YUV 99.24 204.04 66.49 -
System Red Green Blue C M Y K H S L
Decimal 13 117 234 0.94 0.5 0 0.08 211.76 0.89 0.48
Hex D 75 EA 5E 32 0 8 D4 59 30
Octal 15 165 352 136 62 0 10 324 131 60
Binary 1101 1110101 11101010 1011110 110010 0 1000 11010100 1011001 110000

Color Harmonies of #0D75EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D75EA

Black with #0D75EA

Text Example


Text Example

White with #0D75EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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