Html Css Color HEX #0361FE Navy Blue

📋 copy color: '#0361FE'

red 3 ◦ green 97 ◦ blue 254

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

Shades of Navy Blue #0361FE

Tints of Navy Blue #0361FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.75%

R = 0.85%
G = 27.4%
B = 71.75%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0361FE (or 0x0361FE) is known color: Navy Blue. HEX triplet: 03, 61 and FE. RGB value is (3,97,254). Sum of RGB (Red+Green+Blue) = 3+97+254=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #0361FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0361FE is #FC9E01. Grayscale: #565656. Windows color (decimal): -16555522 or 16670979. OLE color: 16670979.

HSL color Cylindrical-coordinate representation of color #0361FE: hue angle of 217.53º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0361FE is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 3 97 254 -
CMYK 0.99 0.62 0 0.00
HSL 217.53º 0.99% 0.5% -
HSV(B) 217.53º 0.99% 1% -
XYZ 22.2 15.72 95.63 -
YUV 86.79 222.36 68.23 -
System Red Green Blue C M Y K H S L
Decimal 3 97 254 0.99 0.62 0 0.00 217.53 0.99 0.5
Hex 3 61 FE 63 3E 0 0 DA 63 32
Octal 3 141 376 143 76 0 0 332 143 62
Binary 11 1100001 11111110 1100011 111110 0 0 11011010 1100011 110010

Color Harmonies of #0361FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0361FE

Black with #0361FE

Text Example


Text Example

White with #0361FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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