Html Css Color HEX #0361FF Navy Blue

📋 copy color: '#0361FF'

red 3 ◦ green 97 ◦ blue 255

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

Shades of Navy Blue #0361FF

Tints of Navy Blue #0361FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.83%

R = 0.85%
G = 27.32%
B = 71.83%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0361FF (or 0x0361FF) is known color: Navy Blue. HEX triplet: 03, 61 and FF. RGB value is (3,97,255). Sum of RGB (Red+Green+Blue) = 3+97+255=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #0361FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0361FF is #FC9E00. Grayscale: #565656. Windows color (decimal): -16555521 or 16736515. OLE color: 16736515.

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

Color convert

RGB 3 97 255 -
CMYK 0.99 0.62 0 0
HSL 217.62º 1% 0.51% -
HSV(B) 217.62º 0.99% 1% -
XYZ 22.36 15.79 96.48 -
YUV 86.91 222.86 68.15 -
System Red Green Blue C M Y K H S L
Decimal 3 97 255 0.99 0.62 0 0 217.62 1 0.51
Hex 3 61 FF 63 3E 0 0 DA 64 33
Octal 3 141 377 143 76 0 0 332 144 63
Binary 11 1100001 11111111 1100011 111110 0 0 11011010 1100100 110011

Color Harmonies of #0361FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0361FF

Black with #0361FF

Text Example


Text Example

White with #0361FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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