Html Css Color HEX #0361EE Navy Blue

📋 copy color: '#0361EE'

red 3 ◦ green 97 ◦ blue 238

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

Shades of Navy Blue #0361EE

Tints of Navy Blue #0361EE

RGB

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

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

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

R = 0.89%
G = 28.7%
B = 70.41%

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

#0361EE (or 0x0361EE) is known color: Navy Blue. HEX triplet: 03, 61 and EE. RGB value is (3,97,238). Sum of RGB (Red+Green+Blue) = 3+97+238=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #0361EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0361EE is #FC9E11. Grayscale: #545454. Windows color (decimal): -16555538 or 15622403. OLE color: 15622403.

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

Color convert

RGB 3 97 238 -
CMYK 0.99 0.59 0 0.07
HSL 216º 0.98% 0.47% -
HSV(B) 216º 0.99% 0.93% -
XYZ 19.74 14.74 82.69 -
YUV 84.97 214.36 69.54 -
System Red Green Blue C M Y K H S L
Decimal 3 97 238 0.99 0.59 0 0.07 216 0.98 0.47
Hex 3 61 EE 63 3B 0 7 D8 62 2F
Octal 3 141 356 143 73 0 7 330 142 57
Binary 11 1100001 11101110 1100011 111011 0 111 11011000 1100010 101111

Color Harmonies of #0361EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0361EE

Black with #0361EE

Text Example


Text Example

White with #0361EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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