Html Css Color HEX #0364ED Navy Blue

📋 copy color: '#0364ED'

red 3 ◦ green 100 ◦ blue 237

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

Shades of Navy Blue #0364ED

Tints of Navy Blue #0364ED

RGB

 RED value IS 3 (1.56% from 255) = 0.88%

 GREEN value IS 100 (39.45% from 255) = 29.41%

 BLUE value IS 237 (92.97% from 255) = 69.71%

R = 0.88%
G = 29.41%
B = 69.71%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0364ED (or 0x0364ED) is known color: Navy Blue. HEX triplet: 03, 64 and ED. RGB value is (3,100,237). Sum of RGB (Red+Green+Blue) = 3+100+237=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #0364ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0364ED is #FC9B12. Grayscale: #555555. Windows color (decimal): -16554771 or 15557635. OLE color: 15557635.

HSL color Cylindrical-coordinate representation of color #0364ED: hue angle of 215.13º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0364ED is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 100 237 -
CMYK 0.99 0.58 0 0.07
HSL 215.13º 0.98% 0.47% -
HSV(B) 215.13º 0.99% 0.93% -
XYZ 19.88 15.25 82.02 -
YUV 86.62 212.86 68.36 -
System Red Green Blue C M Y K H S L
Decimal 3 100 237 0.99 0.58 0 0.07 215.13 0.98 0.47
Hex 3 64 ED 63 3A 0 7 D7 62 2F
Octal 3 144 355 143 72 0 7 327 142 57
Binary 11 1100100 11101101 1100011 111010 0 111 11010111 1100010 101111

Color Harmonies of #0364ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0364ED

Black with #0364ED

Text Example


Text Example

White with #0364ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0364ED; }

 p { color: rgb(3,100,237); }

 H1.HeaderClassName
 {
   color: #0364ED;
 }
 .AnyTagClassName
 {
   color: #0364ED;
 }
</style>

background-color css

<style>
 a { background-color: #0364ED; }

 a { background-color: rgb(3,100,237); }

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

border-color css

<style>
 span { border-color: #0364ED; }

 span { border-color: rgb(3,100,237); }

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