Html Css Color HEX #0361ED Navy Blue

📋 copy color: '#0361ED'

red 3 ◦ green 97 ◦ blue 237

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

Shades of Navy Blue #0361ED

Tints of Navy Blue #0361ED

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

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

R = 0.89%
G = 28.78%
B = 70.33%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0361ED (or 0x0361ED) is known color: Navy Blue. HEX triplet: 03, 61 and ED. RGB value is (3,97,237). Sum of RGB (Red+Green+Blue) = 3+97+237=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #0361ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0361ED is #FC9E12. Grayscale: #545454. Windows color (decimal): -16555539 or 15556867. OLE color: 15556867.

HSL color Cylindrical-coordinate representation of color #0361ED: hue angle of 215.9º 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 #0361ED is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 97 237 -
CMYK 0.99 0.59 0 0.07
HSL 215.9º 0.98% 0.47% -
HSV(B) 215.9º 0.99% 0.93% -
XYZ 19.6 14.68 81.92 -
YUV 84.85 213.86 69.62 -
System Red Green Blue C M Y K H S L
Decimal 3 97 237 0.99 0.59 0 0.07 215.9 0.98 0.47
Hex 3 61 ED 63 3B 0 7 D8 62 2F
Octal 3 141 355 143 73 0 7 330 142 57
Binary 11 1100001 11101101 1100011 111011 0 111 11011000 1100010 101111

Color Harmonies of #0361ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0361ED

Black with #0361ED

Text Example


Text Example

White with #0361ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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